Go to the documentation of this file.
36typedef signed char int8_t;
37typedef unsigned char uint8_t;
38typedef signed short int16_t;
39typedef unsigned short uint16_t;
40typedef signed int int32_t;
41typedef unsigned int uint32_t;
42typedef signed __int64 int64_t;
43typedef unsigned __int64 uint64_t;