Skip to content

Commit e9ea5b0

Browse files
authored
update tombstone
1 parent 23718ee commit e9ea5b0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Chapter22/open_close_fgetstr.c

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
// open_close_fgetstr.c
22
// Chapter 22
3-
// Learn C Programming - Fundamentals of C
3+
// Learn C Programming
44
//
55
// Builds on open_close_string.c
66
// Demonstrate how to get filenames for input and output
77
// via prompt.
88
//
9-
// compile with: cc open_close_fgetstr.c -o open_close_fgetstr -Wall -Werror -std=c11
9+
// compile with:
10+
//
11+
// cc open_close_fgetstr.c -o open_close_fgetstr -Wall -Werror -std=c11
1012
//
1113

1214

@@ -50,4 +52,4 @@ int main(int argc, char *argv[]) {
5052
}
5153

5254
// eof
53-
55+

0 commit comments

Comments
 (0)