標題: C語言數(shù)據(jù)類型及強制轉(zhuǎn)換(待補充) [打印本頁] 作者: 51黑黑黑 時間: 2016-2-12 19:18 標題: C語言數(shù)據(jù)類型及強制轉(zhuǎn)換(待補充) typedef signed char s8;
typedef unsigned char u8 ;
typedef signed int s16;
typedef unsigned int u16;
typedef signed long s32;
typedef unsigned long u32;