Skip to content

Commit 06de86c

Browse files
authored
update tombstone
1 parent 0f87002 commit 06de86c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Chapter04/printDistance2.c

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// printDistance2.c
22
// Chapter 4: Using Variables and Assignment
3-
// <book title>
3+
// Learn C Programming
44
//
55
// A better function that demonstrates the use of
66
// assignment via actual parameters and
@@ -11,6 +11,10 @@
1111
// 2) local variable yards is explicitly declared so its
1212
// value and use are clear.
1313
//
14+
// Compile with:
15+
//
16+
// cc printDistance2.c -Wall -Werror -std=c11
17+
//
1418

1519
#include(<stdio.h>
1620

0 commit comments

Comments
 (0)