Skip to content

Commit 2663e95

Browse files
authored
update tombstone
1 parent e9ea5b0 commit 2663e95

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Chapter22/open_close_string.c

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// open_close_string.c
22
// Chapter 22
3-
// Learn C Programming - Fundamentals of C
3+
// Learn C Programming
44
//
55
// Demonstrate how to
66
// 1) open a file for reading,
@@ -10,7 +10,9 @@
1010
// 5) close output file.
1111
// 6) use of errno and strerror() function.
1212
//
13-
// compile with: cc open_close_string.c -o open_close_string -Wall -Werror -std=c11
13+
// compile with:
14+
//
15+
// cc open_close_string.c -o open_close_string -Wall -Werror -std=c11
1416
//
1517

1618

0 commit comments

Comments
 (0)