/home/tetron/hack/vos/libs/vos/vutil/vstdint.h File Reference
Go to the source code of this file.
Defines
Typedefs
Define Documentation
| #define INT16_MIN INT16_C(0x8000) |
| #define INT32_MAX (0x7fffffffL) |
| #define INT32_MIN INT32_C(0x80000000) |
| #define INT8_MIN INT8_C(0x80) |
| #define INT_FAST16_MAX INT_LEAST16_MAX |
| #define INT_FAST16_MIN INT_LEAST16_MIN |
| #define INT_FAST32_MAX INT_LEAST32_MAX |
| #define INT_FAST32_MIN INT_LEAST32_MIN |
| #define INT_FAST8_MAX INT_LEAST8_MAX |
| #define INT_FAST8_MIN IN_LEASTT8_MIN |
| #define INT_LEAST16_MAX INT16_MAX |
| #define INT_LEAST16_MIN INT16_MIN |
| #define INT_LEAST32_MAX INT32_MAX |
| #define INT_LEAST32_MIN INT32_MIN |
| #define INT_LEAST8_MAX INT8_MAX |
| #define INT_LEAST8_MIN INT8_MIN |
| #define INTMAX_C |
( |
v |
|
) |
INT32_C(v) |
| #define INTMAX_MAX INT32_MAX |
| #define PRINTF_INTMAX_MODIFIER PRINTF_INT32_MODIFIER |
| #define PRINTF_LEAST16_MODIFIER PRINTF_INT16_MODIFIER |
| #define PRINTF_LEAST32_MODIFIER PRINTF_INT32_MODIFIER |
| #define SIG_ATOMIC_MAX ((((sig_atomic_t) 1) << (sizeof (sig_atomic_t)*CHAR_BIT-1)) - 1) |
| #define SIZE_MAX (~(size_t)0) |
| #define STDINT_H_UINTPTR_T_DEFINED |
| #define UINT16_MAX 0xffff |
| #define UINT32_MAX (0xffffffffUL) |
| #define UINT_FAST16_MAX UINT_LEAST16_MAX |
| #define UINT_FAST32_MAX UINT_LEAST32_MAX |
| #define UINT_FAST8_MAX UINT_LEAST8_MAX |
| #define UINT_LEAST16_MAX UINT16_MAX |
| #define UINT_LEAST32_MAX UINT32_MAX |
| #define UINT_LEAST8_MAX UINT8_MAX |
| #define UINTMAX_C |
( |
v |
|
) |
UINT32_C(v) |
| #define UINTMAX_MAX UINT32_MAX |
| #define ULONG_LONG_MAX UINT64_C (18446744073709551615) |
Typedef Documentation