|
Aegis
4.25.D505
|
#include <common/config.h>Go to the source code of this file.
Defines | |
| #define | USHRT_MAX ((unsigned short)~(unsigned)0) |
| #define | SHRT_MAX ((short)(USHRT_MAX >> 1)) |
| #define | SHRT_MIN ((short)(~(unsigned short)SHRT_MAX)) |
| #define | UINT_MAX (~(unsigned)0) |
| #define | INT_MAX ((int)(UINT_MAX >> 1)) |
| #define | INT_MIN ((int)(~(unsigned)INT_MAX)) |
| #define | ULONG_MAX (~(unsigned long)0) |
| #define | LONG_MAX ((long)(ULONG_MAX >> 1)) |
| #define | LONG_MIN ((long)(~(unsigned long)LONG_MAX)) |
| #define | MB_LEN_MAX 1 |
| #define MB_LEN_MAX 1 |
1.7.6.1