Skip to content

Commit 083ebb1

Browse files
authored
update tombstone
1 parent a6cf0ce commit 083ebb1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Chapter21/readWidth.c

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
// readWidth.c
22
// Chapter 21
3-
// Learn C Programming - Fundamentals of C
3+
// Learn C Programming
44
//
55
// Demonstrate how to use the field with specifier
66
// to read data elements (1st approximation).
77
// See also readDAte.c for a better solution.
88
//
9-
// compile with: cc readWidth.c -o readWidth -Wall -Werror -std=c11
9+
// compile with:
10+
//
11+
// cc readWidth.c -o readWidth -Wall -Werror -std=c11
1012
//
1113

1214

0 commit comments

Comments
 (0)