Go to the documentation of this file. 36 typedef signed char int8_t;
37 typedef unsigned char uint8_t;
38 typedef signed short int16_t;
39 typedef unsigned short uint16_t;
40 typedef signed int int32_t;
41 typedef unsigned int uint32_t;
42 typedef signed __int64 int64_t;
43 typedef unsigned __int64 uint64_t;
46 # include <inttypes.h> 47 #endif // defined(_MSC_VER)