Skip to content

Commit a8c5d22

Browse files
authored
update tombstone
1 parent 5d51759 commit a8c5d22

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Chapter03/sizes_ranges2.c

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
// sizes_ranges1.c
1+
// sizes_ranges2.c
22
// Chapter 3
3-
// <book title>
3+
// Learn C Programming
44
//
55
// Print out the sizes and ranges for each of C's data types.
66
// Save this program and run it on various computer systems you may find
77
// yourself working on to confirm and verify the system's limits.
88
//
9+
// Compile with:
10+
//
11+
// cc sizes_ranges2.c -Wall -Werror -std=c11
12+
//
913

1014
#include <stdio.h>
1115
#include <stdint.h>

0 commit comments

Comments
 (0)