Loading...
Searching...
No Matches
Go to the documentation of this file.
39#define CHAR_MAX SCHAR_MAX
40#define CHAR_MIN SCHAR_MIN
45#define SHRT_MIN -32768
46#define USHRT_MAX 65535
49#define INT_MAX 2147483647
50#define INT_MIN (-INT_MAX - 1)
51#define UINT_MAX 4294967295U
54#define LONG_MAX 2147483647L
55#define LONG_MIN (-LONG_MAX - 1L)
56#define ULONG_MAX 4294967295UL