1 2 3 4 5 6 7 8 9
typedef unsigned char uint8_t ; typedef unsigned short uint16_t ; typedef unsigned int uint32_t ; #define TRUE 1 #define FALSE 0