Go to the documentation of this file. 63 typedef __int64 int64_t;
64 typedef __int32 int32_t;
65 typedef __int16 int16_t;
66 typedef __int8 int8_t;
68 typedef unsigned __int64 uint64_t;
69 typedef unsigned __int32 uint32_t;
70 typedef unsigned __int16 uint16_t;
71 typedef unsigned __int8 uint8_t;
74 typedef unsigned int speed_t;
76 #define UINT16_MAX 0xFFFF