6 #ifndef __int8_t_defined
7 # define __int8_t_defined
8 typedef signed char int8_t;
9 typedef short int int16_t;
12 typedef long int int64_t;
15 typedef long long int int64_t;
20 typedef unsigned char uint8_t;
21 typedef unsigned short int uint16_t;
22 #ifndef __uint32_t_defined
23 typedef unsigned int uint32_t;
24 # define __uint32_t_defined
27 typedef unsigned long int uint64_t;
30 typedef unsigned long long int uint64_t;