welibc
A clear, secure, and well documented standard C library
|
Specifies the sizes and characteristics of integral types. More...
Go to the source code of this file.
Macros | |
#define | CHAR_BIT (8) |
#define | CHAR_MAX SCHAR_MAX |
#define | CHAR_MIN SCHAR_MIN |
#define | INT_MAX (+2147483647) |
#define | INT_MIN (-2147483647 - 1) |
#define | LONG_MAX (+9223372036854775807L) |
#define | LONG_MIN (-9223372036854775807L - 1L) |
#define | MB_LEN_MAX (4) |
#define | SCHAR_MAX (+127) |
#define | SCHAR_MIN (-127 - 1) |
#define | SHRT_MAX (+32767) |
#define | SHRT_MIN (-32767 - 1) |
#define | UCHAR_MAX (+255) |
#define | UINT_MAX (+4294967295U) |
#define | ULONG_MAX (+18446744073709551615UL) |
#define | USHRT_MAX (+65535) |
Specifies the sizes and characteristics of integral types.
Definition in file limits.h.