sizedef.h 131 Bytes Raw Blame History Permalink 1 2 3 4 5 6 #ifndef ITH_SIZEDEF #define ITH_SIZEDEF typedef unsigned char u8; typedef unsigned short u16; typedef unsigned int u32; #endif