Skip to content

Commit 9abb78a

Browse files
authored
update tombstone
1 parent 083ebb1 commit 9abb78a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Chapter21/usingAtoi.c

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
// usingAtoi.c
22
// Chapter 21
3-
// Learn C Programming - Fundamentals of C
3+
// Learn C Programming
44
//
5-
// Demonstrate how to
6-
// 1) blah
7-
// 2) blah
8-
// 3) blah
5+
// compile with:
96
//
10-
// compile with: cc usingAtoi.c -o usingAtoi -Wall -Werror -std=c11
7+
// cc usingAtoi.c -o usingAtoi -Wall -Werror -std=c11
118
//
129

1310

0 commit comments

Comments
 (0)