Go to the source code of this file.
Typedefs | |
| typedef signed char | int8_t |
| typedef unsigned char | uint8_t |
| typedef int | int16_t |
| typedef unsigned int | uint16_t |
| typedef long | int32_t |
| typedef unsigned long | uint32_t |
| typedef __int64 | int64_t |
| typedef unsigned __int64 | uint64_t |
| typedef int16_t | intptr_t |
| typedef uint16_t | uintptr_t |
| typedef __int64 | int64_t_C |
| typedef int int16_t |
Definition at line 11 of file inttypes.h.
| typedef long int32_t |
Definition at line 14 of file inttypes.h.
| typedef __int64 int64_t |
Definition at line 17 of file inttypes.h.
| typedef __int64 int64_t_C |
Definition at line 23 of file inttypes.h.
| typedef signed char int8_t |
Definition at line 8 of file inttypes.h.
Definition at line 20 of file inttypes.h.
| typedef unsigned int uint16_t |
Definition at line 12 of file inttypes.h.
| typedef unsigned long uint32_t |
Definition at line 15 of file inttypes.h.
| typedef unsigned __int64 uint64_t |
Definition at line 18 of file inttypes.h.
| typedef unsigned char uint8_t |
Definition at line 9 of file inttypes.h.
Definition at line 21 of file inttypes.h.
1.5.6