Typedefs | |
typedef int_least16_t | int_fast16_t |
typedef int_least32_t | int_fast32_t |
typedef int_least8_t | int_fast8_t |
typedef int16_t | int_least16_t |
typedef int32_t | int_least32_t |
typedef int8_t | int_least8_t |
typedef int32_t | intmax_t |
typedef ptrdiff_t | intptr_t |
typedef uint_least16_t | uint_fast16_t |
typedef uint_least32_t | uint_fast32_t |
typedef uint_least8_t | uint_fast8_t |
typedef uint16_t | uint_least16_t |
typedef uint32_t | uint_least32_t |
typedef uint8_t | uint_least8_t |
typedef uint32_t | uintmax_t |
#define _PSTDINT_H_INCLUDED |
#define INT16_MAX 0x7fff |
#define INT16_MIN INT16_C(0x8000) |
#define INT32_MAX (0x7fffffffL) |
#define INT32_MIN INT32_C(0x80000000) |
#define INT8_MAX 0x7f |
#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_INT16_DEC_WIDTH "5" |
#define PRINTF_INT16_HEX_WIDTH "4" |
#define PRINTF_INT32_DEC_WIDTH "10" |
#define PRINTF_INT32_HEX_WIDTH "8" |
#define PRINTF_INT64_DEC_WIDTH "20" |
#define PRINTF_INT64_HEX_WIDTH "16" |
#define PRINTF_INT8_DEC_WIDTH "3" |
#define PRINTF_INT8_HEX_WIDTH "2" |
#define PRINTF_INTMAX_DEC_WIDTH PRINTF_INT32_DEC_WIDTH |
#define PRINTF_INTMAX_HEX_WIDTH PRINTF_INT32_HEX_WIDTH |
#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 UINT8_MAX 0xff |
#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 int_least16_t int_fast16_t |
typedef int_least32_t int_fast32_t |
typedef int_least8_t int_fast8_t |
typedef int16_t int_least16_t |
typedef int32_t int_least32_t |
typedef int8_t int_least8_t |
typedef int32_t intmax_t |
typedef ptrdiff_t intptr_t |
typedef uint_least16_t uint_fast16_t |
typedef uint_least32_t uint_fast32_t |
typedef uint_least8_t uint_fast8_t |
typedef uint16_t uint_least16_t |
typedef uint32_t uint_least32_t |
typedef uint8_t uint_least8_t |
typedef uint32_t uintmax_t |