Ninja
Macros | Typedefs
win32port.h File Reference

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
 

Macro Definition Documentation

◆ PRId64

#define PRId64   "I64d"

Definition at line 33 of file win32port.h.

◆ PRIu64

#define PRIu64   "I64u"

Definition at line 34 of file win32port.h.

◆ PRIx64

#define PRIx64   "I64x"

Definition at line 35 of file win32port.h.

Typedef Documentation

◆ int16_t

typedef signed short int16_t

Definition at line 25 of file win32port.h.

◆ int64_t

typedef signed long long int64_t

A 64-bit integer type.

Definition at line 28 of file win32port.h.

◆ uint16_t

typedef unsigned short uint16_t

Definition at line 26 of file win32port.h.

◆ uint64_t

typedef unsigned long long uint64_t

Definition at line 29 of file win32port.h.