We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f87002 commit 06de86cCopy full SHA for 06de86c
Chapter04/printDistance2.c
@@ -1,6 +1,6 @@
1
// printDistance2.c
2
// Chapter 4: Using Variables and Assignment
3
-// <book title>
+// Learn C Programming
4
//
5
// A better function that demonstrates the use of
6
// assignment via actual parameters and
@@ -11,6 +11,10 @@
11
// 2) local variable yards is explicitly declared so its
12
// value and use are clear.
13
14
+// Compile with:
15
+//
16
+// cc printDistance2.c -Wall -Werror -std=c11
17
18
19
#include(<stdio.h>
20
0 commit comments