#define U32 unsigned int
#define U16 unsigned short
#define S32 int
#define S16 short int
#define U8 unsigned char
#define S8 char
unsigned char = u8
unsigned short int = u16
unsigned long int =u32
原文:http://www.cnblogs.com/yfceshi/p/7308133.html