Skip to content

Commit 0f87002

Browse files
authored
update tombstone
1 parent 1eb9fe2 commit 0f87002

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Chapter04/printDistance1.c

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
// printDistance1.c
22
// Chapter 4: Using Variables and Assignment
3-
// <book title>
3+
// Learn C Programming
44
//
55
// A function that demonstrates the use of
66
// assignment via actual parameters and
77
// explicit assignment inside the function.
88
//
9+
// Compile with:
10+
//
11+
// cc printDistance1.c -Wall -Werror -std=c11
12+
//
13+
914
#include <stdio.h>
1015

1116
// Function prototypes.

0 commit comments

Comments
 (0)