#include <limits.h>#include <wchar.h>

Go to the source code of this file.
| #define _W64 | 
Definition at line 63 of file msvc_stdint.h.
| #define HAVE_INT8_T | 
Definition at line 93 of file msvc_stdint.h.
| #define INT16_C | ( | val | ) | val##i16 | 
Definition at line 233 of file msvc_stdint.h.
| #define INT16_MAX _I16_MAX | 
Definition at line 137 of file msvc_stdint.h.
Definition at line 136 of file msvc_stdint.h.
| #define INT32_C | ( | val | ) | val##i32 | 
Definition at line 234 of file msvc_stdint.h.
| #define INT32_MAX _I32_MAX | 
Definition at line 139 of file msvc_stdint.h.
Definition at line 138 of file msvc_stdint.h.
| #define INT64_C | ( | val | ) | val##i64 | 
Definition at line 235 of file msvc_stdint.h.
| #define INT64_MAX _I64_MAX | 
Definition at line 141 of file msvc_stdint.h.
Definition at line 140 of file msvc_stdint.h.
| #define INT8_C | ( | val | ) | val##i8 | 
Definition at line 232 of file msvc_stdint.h.
| #define INT8_MAX _I8_MAX | 
Definition at line 135 of file msvc_stdint.h.
Definition at line 134 of file msvc_stdint.h.
| #define INT_FAST16_MAX INT16_MAX | 
Definition at line 165 of file msvc_stdint.h.
| #define INT_FAST16_MIN INT16_MIN | 
Definition at line 164 of file msvc_stdint.h.
| #define INT_FAST32_MAX INT32_MAX | 
Definition at line 167 of file msvc_stdint.h.
| #define INT_FAST32_MIN INT32_MIN | 
Definition at line 166 of file msvc_stdint.h.
| #define INT_FAST64_MAX INT64_MAX | 
Definition at line 169 of file msvc_stdint.h.
| #define INT_FAST64_MIN INT64_MIN | 
Definition at line 168 of file msvc_stdint.h.
| #define INT_FAST8_MAX INT8_MAX | 
Definition at line 163 of file msvc_stdint.h.
| #define INT_FAST8_MIN INT8_MIN | 
Definition at line 162 of file msvc_stdint.h.
| #define INT_LEAST16_MAX INT16_MAX | 
Definition at line 151 of file msvc_stdint.h.
| #define INT_LEAST16_MIN INT16_MIN | 
Definition at line 150 of file msvc_stdint.h.
| #define INT_LEAST32_MAX INT32_MAX | 
Definition at line 153 of file msvc_stdint.h.
| #define INT_LEAST32_MIN INT32_MIN | 
Definition at line 152 of file msvc_stdint.h.
| #define INT_LEAST64_MAX INT64_MAX | 
Definition at line 155 of file msvc_stdint.h.
| #define INT_LEAST64_MIN INT64_MIN | 
Definition at line 154 of file msvc_stdint.h.
| #define INT_LEAST8_MAX INT8_MAX | 
Definition at line 149 of file msvc_stdint.h.
| #define INT_LEAST8_MIN INT8_MIN | 
Definition at line 148 of file msvc_stdint.h.
| #define INTMAX_MAX INT64_MAX | 
Definition at line 188 of file msvc_stdint.h.
| #define INTMAX_MIN INT64_MIN | 
Definition at line 187 of file msvc_stdint.h.
| #define INTPTR_MAX INT32_MAX | 
Definition at line 182 of file msvc_stdint.h.
| #define INTPTR_MIN INT32_MIN | 
Definition at line 181 of file msvc_stdint.h.
| #define PTRDIFF_MAX _I32_MAX | 
Definition at line 198 of file msvc_stdint.h.
| #define PTRDIFF_MIN _I32_MIN | 
Definition at line 197 of file msvc_stdint.h.
| #define SIG_ATOMIC_MAX INT_MAX | 
Definition at line 202 of file msvc_stdint.h.
| #define SIG_ATOMIC_MIN INT_MIN | 
Definition at line 201 of file msvc_stdint.h.
| #define SIZE_MAX _UI32_MAX | 
Definition at line 208 of file msvc_stdint.h.
| #define UINT16_C | ( | val | ) | val##ui16 | 
Definition at line 238 of file msvc_stdint.h.
| #define UINT16_MAX _UI16_MAX | 
Definition at line 143 of file msvc_stdint.h.
| #define UINT32_C | ( | val | ) | val##ui32 | 
Definition at line 239 of file msvc_stdint.h.
| #define UINT32_MAX _UI32_MAX | 
Definition at line 144 of file msvc_stdint.h.
| #define UINT64_C | ( | val | ) | val##ui64 | 
Definition at line 240 of file msvc_stdint.h.
| #define UINT64_MAX _UI64_MAX | 
Definition at line 145 of file msvc_stdint.h.
| #define UINT8_C | ( | val | ) | val##ui8 | 
Definition at line 237 of file msvc_stdint.h.
| #define UINT8_MAX _UI8_MAX | 
Definition at line 142 of file msvc_stdint.h.
| #define UINT_FAST16_MAX UINT16_MAX | 
Definition at line 171 of file msvc_stdint.h.
| #define UINT_FAST32_MAX UINT32_MAX | 
Definition at line 172 of file msvc_stdint.h.
| #define UINT_FAST64_MAX UINT64_MAX | 
Definition at line 173 of file msvc_stdint.h.
| #define UINT_FAST8_MAX UINT8_MAX | 
Definition at line 170 of file msvc_stdint.h.
| #define UINT_LEAST16_MAX UINT16_MAX | 
Definition at line 157 of file msvc_stdint.h.
| #define UINT_LEAST32_MAX UINT32_MAX | 
Definition at line 158 of file msvc_stdint.h.
| #define UINT_LEAST64_MAX UINT64_MAX | 
Definition at line 159 of file msvc_stdint.h.
| #define UINT_LEAST8_MAX UINT8_MAX | 
Definition at line 156 of file msvc_stdint.h.
| #define UINTMAX_MAX UINT64_MAX | 
Definition at line 189 of file msvc_stdint.h.
| #define UINTPTR_MAX UINT32_MAX | 
Definition at line 183 of file msvc_stdint.h.
| #define WCHAR_MAX _UI16_MAX | 
Definition at line 217 of file msvc_stdint.h.
| #define WCHAR_MIN 0 | 
Definition at line 214 of file msvc_stdint.h.
| #define WINT_MAX _UI16_MAX | 
Definition at line 221 of file msvc_stdint.h.
| #define WINT_MIN 0 | 
Definition at line 220 of file msvc_stdint.h.
| typedef signed short int16_t | 
Definition at line 77 of file msvc_stdint.h.
| typedef signed int int32_t | 
Definition at line 78 of file msvc_stdint.h.
| typedef signed __int64 int64_t | 
Definition at line 90 of file msvc_stdint.h.
| typedef signed char int8_t | 
Definition at line 76 of file msvc_stdint.h.
| typedef int16_t int_fast16_t | 
Definition at line 107 of file msvc_stdint.h.
| typedef int32_t int_fast32_t | 
Definition at line 108 of file msvc_stdint.h.
| typedef int64_t int_fast64_t | 
Definition at line 109 of file msvc_stdint.h.
| typedef int8_t int_fast8_t | 
Definition at line 106 of file msvc_stdint.h.
| typedef int16_t int_least16_t | 
Definition at line 97 of file msvc_stdint.h.
| typedef int32_t int_least32_t | 
Definition at line 98 of file msvc_stdint.h.
| typedef int64_t int_least64_t | 
Definition at line 99 of file msvc_stdint.h.
| typedef int8_t int_least8_t | 
Definition at line 96 of file msvc_stdint.h.
Definition at line 125 of file msvc_stdint.h.
Definition at line 120 of file msvc_stdint.h.
| typedef unsigned short uint16_t | 
Definition at line 80 of file msvc_stdint.h.
| typedef unsigned int uint32_t | 
Definition at line 81 of file msvc_stdint.h.
| typedef unsigned __int64 uint64_t | 
Definition at line 91 of file msvc_stdint.h.
| typedef unsigned char uint8_t | 
Definition at line 79 of file msvc_stdint.h.
| typedef uint16_t uint_fast16_t | 
Definition at line 111 of file msvc_stdint.h.
| typedef uint32_t uint_fast32_t | 
Definition at line 112 of file msvc_stdint.h.
| typedef uint64_t uint_fast64_t | 
Definition at line 113 of file msvc_stdint.h.
| typedef uint8_t uint_fast8_t | 
Definition at line 110 of file msvc_stdint.h.
| typedef uint16_t uint_least16_t | 
Definition at line 101 of file msvc_stdint.h.
| typedef uint32_t uint_least32_t | 
Definition at line 102 of file msvc_stdint.h.
| typedef uint64_t uint_least64_t | 
Definition at line 103 of file msvc_stdint.h.
| typedef uint8_t uint_least8_t | 
Definition at line 100 of file msvc_stdint.h.
Definition at line 126 of file msvc_stdint.h.
Definition at line 121 of file msvc_stdint.h.