Go to the documentation of this file. 13 #define CHAR_MIN (-128) 15 #define SCHAR_MIN (-128) 18 #define INT_MAX 2147483647 19 #define INT_MIN (-INT_MAX-1) 20 #define UINT_MAX (2U*INT_MAX+1) 22 #define LONG_MAX 2147483647 23 #define LONG_MIN (-LONG_MAX-1) 24 #define ULONG_MAX (2UL*LONG_MAX+1) 26 #define SHRT_MAX 32767 27 #define SHRT_MIN (-SHRT_MAX-1) 28 #define USHRT_MAX 65535