Go to the source code of this file.
Typedefs | |
typedef __int16 | int16_t |
typedef __int32 | int32_t |
typedef __int64 | int64_t |
typedef unsigned __int8 | uint8_t |
typedef unsigned __int16 | uint16_t |
typedef unsigned __int32 | uint32_t |
typedef unsigned __int64 | uint64_t |
typedef int8_t | int_least8_t |
typedef int16_t | int_least16_t |
typedef int32_t | int_least32_t |
typedef int64_t | int_least64_t |
typedef uint8_t | uint_least8_t |
typedef uint16_t | uint_least16_t |
typedef uint32_t | uint_least32_t |
typedef uint64_t | uint_least64_t |
typedef int8_t | int_fast8_t |
typedef int16_t | int_fast16_t |
typedef int32_t | int_fast32_t |
typedef int64_t | int_fast64_t |
typedef uint8_t | uint_fast8_t |
typedef uint16_t | uint_fast16_t |
typedef uint32_t | uint_fast32_t |
typedef uint64_t | uint_fast64_t |
typedef __int64 | intptr_t |
typedef unsigned __int64 | uintptr_t |
typedef int64_t | intmax_t |
typedef uint64_t | uintmax_t |
typedef __int16 int16_t |
typedef __int32 int32_t |
Definition at line 61 of file ms_stdint.h.
typedef __int64 int64_t |
Definition at line 62 of file ms_stdint.h.
typedef unsigned __int8 uint8_t |
Definition at line 63 of file ms_stdint.h.
typedef unsigned __int16 uint16_t |
Definition at line 64 of file ms_stdint.h.
typedef unsigned __int32 uint32_t |
Definition at line 65 of file ms_stdint.h.
typedef unsigned __int64 uint64_t |
Definition at line 66 of file ms_stdint.h.
typedef int8_t int_least8_t |
Definition at line 69 of file ms_stdint.h.
typedef int16_t int_least16_t |
Definition at line 70 of file ms_stdint.h.
typedef int32_t int_least32_t |
Definition at line 71 of file ms_stdint.h.
typedef int64_t int_least64_t |
Definition at line 72 of file ms_stdint.h.
typedef uint8_t uint_least8_t |
Definition at line 73 of file ms_stdint.h.
typedef uint16_t uint_least16_t |
Definition at line 74 of file ms_stdint.h.
typedef uint32_t uint_least32_t |
Definition at line 75 of file ms_stdint.h.
typedef uint64_t uint_least64_t |
Definition at line 76 of file ms_stdint.h.
typedef int8_t int_fast8_t |
Definition at line 79 of file ms_stdint.h.
typedef int16_t int_fast16_t |
Definition at line 80 of file ms_stdint.h.
typedef int32_t int_fast32_t |
Definition at line 81 of file ms_stdint.h.
typedef int64_t int_fast64_t |
Definition at line 82 of file ms_stdint.h.
typedef uint8_t uint_fast8_t |
Definition at line 83 of file ms_stdint.h.
typedef uint16_t uint_fast16_t |
Definition at line 84 of file ms_stdint.h.
typedef uint32_t uint_fast32_t |
Definition at line 85 of file ms_stdint.h.
typedef uint64_t uint_fast64_t |
Definition at line 86 of file ms_stdint.h.
Definition at line 90 of file ms_stdint.h.
Definition at line 91 of file ms_stdint.h.
Definition at line 98 of file ms_stdint.h.
Definition at line 99 of file ms_stdint.h.