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 1eb9fe2 commit 0f87002Copy full SHA for 0f87002
Chapter04/printDistance1.c
@@ -1,11 +1,16 @@
1
// printDistance1.c
2
// Chapter 4: Using Variables and Assignment
3
-// <book title>
+// Learn C Programming
4
//
5
// A function that demonstrates the use of
6
// assignment via actual parameters and
7
// explicit assignment inside the function.
8
9
+// Compile with:
10
+//
11
+// cc printDistance1.c -Wall -Werror -std=c11
12
13
+
14
#include <stdio.h>
15
16
// Function prototypes.
0 commit comments