#include <crtdefs.h>
Go to the source code of this file.
◆ _INTPTR_T_DEFINED
#define _INTPTR_T_DEFINED |
◆ _MSC_STDINT_H_
◆ _STDINT
◆ _UINTPTR_T_DEFINED
#define _UINTPTR_T_DEFINED |
◆ INT16_C
◆ INT16_MAX
#define INT16_MAX 32767i16 |
◆ INT16_MIN
#define INT16_MIN (-32767i16 - 1) |
◆ INT32_C
◆ INT32_MAX
#define INT32_MAX 2147483647i32 |
◆ INT32_MIN
#define INT32_MIN (-2147483647i32 - 1) |
◆ INT64_C
#define INT64_C |
( |
|
x | ) |
(x ## LL) |
◆ INT64_MAX
#define INT64_MAX 9223372036854775807i64 |
◆ INT64_MIN
#define INT64_MIN (-9223372036854775807i64 - 1) |
◆ INT8_C
◆ INT8_MAX
◆ INT8_MIN
#define INT8_MIN (-127i8 - 1) |
◆ INT_FAST16_MAX
◆ INT_FAST16_MIN
◆ INT_FAST32_MAX
◆ INT_FAST32_MIN
◆ INT_FAST64_MAX
◆ INT_FAST64_MIN
◆ INT_FAST8_MAX
◆ INT_FAST8_MIN
◆ INT_LEAST16_MAX
◆ INT_LEAST16_MIN
◆ INT_LEAST32_MAX
◆ INT_LEAST32_MIN
◆ INT_LEAST64_MAX
◆ INT_LEAST64_MIN
◆ INT_LEAST8_MAX
◆ INT_LEAST8_MIN
◆ INTMAX_C
◆ INTMAX_MAX
◆ INTMAX_MIN
◆ INTPTR_MAX
◆ INTPTR_MIN
◆ PTRDIFF_MAX
◆ PTRDIFF_MIN
◆ SIG_ATOMIC_MAX
◆ SIG_ATOMIC_MIN
◆ SIZE_MAX
◆ UINT16_C
#define UINT16_C |
( |
|
x | ) |
(x) |
◆ UINT16_MAX
#define UINT16_MAX 0xffffui16 |
◆ UINT32_C
#define UINT32_C |
( |
|
x | ) |
(x ## U) |
◆ UINT32_MAX
#define UINT32_MAX 0xffffffffui32 |
◆ UINT64_C
#define UINT64_C |
( |
|
x | ) |
(x ## ULL) |
◆ UINT64_MAX
#define UINT64_MAX 0xffffffffffffffffui64 |
◆ UINT8_C
◆ UINT8_MAX
#define UINT8_MAX 0xffui8 |
◆ UINT_FAST16_MAX
◆ UINT_FAST32_MAX
◆ UINT_FAST64_MAX
◆ UINT_FAST8_MAX
◆ UINT_LEAST16_MAX
◆ UINT_LEAST32_MAX
◆ UINT_LEAST64_MAX
◆ UINT_LEAST8_MAX
◆ UINTMAX_C
◆ UINTMAX_MAX
◆ UINTPTR_MAX
◆ WINT_MAX
◆ WINT_MIN
◆ int16_t
◆ int32_t
◆ int64_t
◆ int8_t
◆ int_fast16_t
◆ int_fast32_t
◆ int_fast64_t
◆ int_fast8_t
◆ int_least16_t
◆ int_least32_t
◆ int_least64_t
◆ int_least8_t
◆ intmax_t
◆ intptr_t
◆ uint16_t
◆ uint32_t
◆ uint64_t
◆ uint8_t
◆ uint_fast16_t
◆ uint_fast32_t
◆ uint_fast64_t
◆ uint_fast8_t
◆ uint_least16_t
◆ uint_least32_t
◆ uint_least64_t
◆ uint_least8_t
◆ uintmax_t
◆ uintptr_t