Skip to content

Commit 5571ebf

Browse files
authored
update tombstone
1 parent 3d8cb0b commit 5571ebf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Chapter09/card3.c

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
// card3.c
22
// Chapter 9
3-
// <book title>
3+
// Learn C Programming
44
//
55
// Demonstrate how to create a structure whose
66
// components are other structures and then how
77
// to access those sub-components.
88
//
9+
// Compile with:
10+
//
11+
// cc card3.c -o card3 -Wall -Werror -std=c11
12+
//
913

1014

1115
#include <stdio.h>

0 commit comments

Comments
 (0)