8 #define CHAR_MIN SCHAR_MIN
9 #define CHAR_MAX SCHAR_MAX
12 #define SHRT_MIN -32767
13 #define SHRT_MAX 32767
14 #define USHRT_MAX 65535u
15 #define INT_MIN -2147483647
16 #define INT_MAX 2147483647
17 #define UINT_MAX 4294967295u
20 #define LONG_MIN -9223372036854775807l
21 #define LONG_MAX 9223372036854775807l
22 #define ULONG_MAX 18446744073709551615l
24 #define LONG_MIN -2147483647l
25 #define LONG_MAX 2147483647l
26 #define ULONG_MAX 4294967295ul