1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/type.h Sat Dec 29 17:44:57 2001 +0000 1.3 @@ -0,0 +1,4 @@ 1.4 +typedef unsigned char u8; 1.5 +typedef unsigned short u16; 1.6 +typedef unsigned int u32; 1.7 +typedef int boolean;