|
Ninja
|
Go to the source code of this file.
Macros | |
| #define | PRId64 "I64d" |
| #define | PRIu64 "I64u" |
| #define | PRIx64 "I64x" |
Typedefs | |
| typedef signed short | int16_t |
| typedef signed long long | int64_t |
| A 64-bit integer type. More... | |
| typedef unsigned short | uint16_t |
| typedef unsigned long long | uint64_t |
| #define PRId64 "I64d" |
Definition at line 33 of file win32port.h.
| #define PRIu64 "I64u" |
Definition at line 34 of file win32port.h.
| #define PRIx64 "I64x" |
Definition at line 35 of file win32port.h.
| typedef signed short int16_t |
Definition at line 25 of file win32port.h.
| typedef signed long long int64_t |
A 64-bit integer type.
Definition at line 28 of file win32port.h.
| typedef unsigned short uint16_t |
Definition at line 26 of file win32port.h.
| typedef unsigned long long uint64_t |
Definition at line 29 of file win32port.h.