#include <vcruntime.h>
#include "stddef.h"
Go to the source code of this file.
◆ __need_wchar_t
◆ __need_wint_t
This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER within this package.
Definition at line 30 of file stdint.h.
◆ INT16_C
◆ INT16_MAX
◆ INT16_MIN
◆ INT32_C
◆ INT32_MAX
◆ INT32_MIN
#define INT32_MIN (-2147483647 - 1) |
◆ INT64_C
◆ INT64_MAX
◆ INT64_MIN
#define INT64_MIN (-9223372036854775807LL - 1) |
◆ INT8_C
◆ INT8_MAX
◆ INT8_MIN
◆ 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
◆ UINT16_MAX
#define UINT16_MAX 0xffff /* 65535U */ |
◆ UINT32_C
◆ UINT32_MAX
#define UINT32_MAX 0xffffffff /* 4294967295U */ |
◆ UINT64_C
◆ UINT64_MAX
#define UINT64_MAX 0xffffffffffffffffULL /* 18446744073709551615ULL */ |
◆ UINT8_C
◆ UINT8_MAX
◆ 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
◆ WCHAR_MAX
◆ WCHAR_MIN
◆ WINT_MAX
◆ WINT_MIN
◆ int16_t
◆ int32_t
◆ int8_t
◆ int_fast16_t
◆ int_fast32_t
◆ int_fast8_t
◆ int_least16_t
◆ int_least32_t
◆ int_least8_t
◆ uint16_t
◆ uint32_t
◆ uint8_t
◆ uint_fast16_t
◆ uint_fast32_t
◆ uint_fast8_t
◆ uint_least16_t
◆ uint_least32_t
◆ uint_least8_t
◆ int64_t
◆ int_fast64_t
◆ int_least64_t
◆ intmax_t
◆ uint64_t
◆ uint_fast64_t
◆ uint_least64_t
◆ uintmax_t