Skip to content

Commit 5526b23

Browse files
authored
update tombstone
1 parent 845c4a6 commit 5526b23

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Chapter21/readString.c

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
// readString.c
22
// Chapter 21
3-
// Learn C Programming - Fundamentals of C
3+
// Learn C Programming
44
//
55
// Demonstrate how to read a string with scanf().
66
// Compare to readString2.c
77
//
8-
// compile with: cc readString.c -o readString -Wall -Werror -std=c11
8+
// compile with:
9+
//
10+
// cc readString.c -o readString -Wall -Werror -std=c11
911
//
1012

1113

@@ -32,4 +34,4 @@ int main( void )
3234
printf( "Processed string: [%s]\n\n" , stringBuffer );
3335
}
3436

35-
// eof
37+
// eof

0 commit comments

Comments
 (0)