File msvc_stdint.h# ↰ Parent directory (src) Contents Definition (src/msvc_stdint.h) Includes Defines Typedefs Definition (src/msvc_stdint.h)# Program Listing for File msvc_stdint.h Includes# limits.h wchar.h Defines# Define _W64 Define INT16_C Define INT16_MAX Define INT16_MIN Define INT32_C Define INT32_MAX Define INT32_MIN Define INT64_C Define INT64_MAX Define INT64_MIN Define INT8_C Define INT8_MAX Define INT8_MIN Define INT_FAST16_MAX Define INT_FAST16_MIN Define INT_FAST32_MAX Define INT_FAST32_MIN Define INT_FAST64_MAX Define INT_FAST64_MIN Define INT_FAST8_MAX Define INT_FAST8_MIN Define INT_LEAST16_MAX Define INT_LEAST16_MIN Define INT_LEAST32_MAX Define INT_LEAST32_MIN Define INT_LEAST64_MAX Define INT_LEAST64_MIN Define INT_LEAST8_MAX Define INT_LEAST8_MIN Define INTMAX_C Define INTMAX_MAX Define INTMAX_MIN Define INTPTR_MAX Define INTPTR_MIN Define PTRDIFF_MAX Define PTRDIFF_MIN Define SIG_ATOMIC_MAX Define SIG_ATOMIC_MIN Define SIZE_MAX Define UINT16_C Define UINT16_MAX Define UINT32_C Define UINT32_MAX Define UINT64_C Define UINT64_MAX Define UINT8_C Define UINT8_MAX Define UINT_FAST16_MAX Define UINT_FAST32_MAX Define UINT_FAST64_MAX Define UINT_FAST8_MAX Define UINT_LEAST16_MAX Define UINT_LEAST32_MAX Define UINT_LEAST64_MAX Define UINT_LEAST8_MAX Define UINTMAX_C Define UINTMAX_MAX Define UINTPTR_MAX Define WCHAR_MAX Define WCHAR_MIN Define WINT_MAX Define WINT_MIN Typedefs# Typedef int16_t Typedef int32_t Typedef int64_t Typedef int8_t Typedef int_fast16_t Typedef int_fast32_t Typedef int_fast64_t Typedef int_fast8_t Typedef int_least16_t Typedef int_least32_t Typedef int_least64_t Typedef int_least8_t Typedef intmax_t Typedef intptr_t Typedef uint16_t Typedef uint32_t Typedef uint64_t Typedef uint8_t Typedef uint_fast16_t Typedef uint_fast32_t Typedef uint_fast64_t Typedef uint_fast8_t Typedef uint_least16_t Typedef uint_least32_t Typedef uint_least64_t Typedef uint_least8_t Typedef uintmax_t Typedef uintptr_t