We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d51759 commit a8c5d22Copy full SHA for a8c5d22
Chapter03/sizes_ranges2.c
@@ -1,11 +1,15 @@
1
-// sizes_ranges1.c
+// sizes_ranges2.c
2
// Chapter 3
3
-// <book title>
+// Learn C Programming
4
//
5
// Print out the sizes and ranges for each of C's data types.
6
// Save this program and run it on various computer systems you may find
7
// yourself working on to confirm and verify the system's limits.
8
9
+// Compile with:
10
+//
11
+// cc sizes_ranges2.c -Wall -Werror -std=c11
12
13
14
#include <stdio.h>
15
#include <stdint.h>
0 commit comments