Wed, 02 Jan 2002 10:30:37 +0000
Initial revision
1 typedef unsigned char u8;
2 typedef unsigned short u16;
3 typedef unsigned int u32;
4
5 typedef int s32;
6
7 typedef int boolean;