Skip to content

Commit 3d8cb0b

Browse files
authored
update tombstone
1 parent 852930e commit 3d8cb0b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Chapter09/card2.c

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
// card2.c
22
// Chapter 9
3-
// <book title>
3+
// Learn C Programming
44
//
55
// Demonstrate how to access components of structures
66
// and perform operations on structures with functions.
77
//
8+
// Compile with:
9+
//
10+
// cc card2.c -o card2 -Wall -Werror -std=c11
11+
//
812

913

1014
#include <stdio.h>

0 commit comments

Comments
 (0)