Skip to content

Commit 7b5b6a8

Browse files
authored
update tombstone
1 parent 9abb78a commit 7b5b6a8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Chapter21/flush.c

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
// "cooked mode" of console i/o.
77
// Final output is flushed with \n or when program ends.
88
//
9-
// compile with: cc flush.c -o flush -Wall -Werror -std=c11
9+
// compile with:
10+
//
11+
// cc flush.c -o flush -Wall -Werror -std=c11
1012
//
1113

1214
#include <stdio.h> // For printf()

0 commit comments

Comments
 (0)