We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6cf0ce commit 083ebb1Copy full SHA for 083ebb1
Chapter21/readWidth.c
@@ -1,12 +1,14 @@
1
// readWidth.c
2
// Chapter 21
3
-// Learn C Programming - Fundamentals of C
+// Learn C Programming
4
//
5
// Demonstrate how to use the field with specifier
6
// to read data elements (1st approximation).
7
// See also readDAte.c for a better solution.
8
9
-// compile with: cc readWidth.c -o readWidth -Wall -Werror -std=c11
+// compile with:
10
+//
11
+// cc readWidth.c -o readWidth -Wall -Werror -std=c11
12
13
14
0 commit comments