22 typedef __int8 int8_t;
23 typedef __int16 int16_t;
24 typedef __int32 int32_t;
25 typedef __int64 int64_t;
26 typedef unsigned __int8
uint8_t;
29 typedef unsigned __int64 uint64_t;
37 typedef short int16_t;
42 typedef unsigned long uint64_t;
unsigned short int uint16_t