type.h

changeset 10
3184d26a9596
child 35
41804cc569ab
     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;