type.h

Wed, 02 Jan 2002 16:39:20 +0000

author
eric
date
Wed, 02 Jan 2002 16:39:20 +0000
changeset 41
2350a4b7393c
parent 35
41804cc569ab
permissions
-rw-r--r--

Initial revision

     1 typedef unsigned char  u8;
     2 typedef unsigned short u16;
     3 typedef unsigned int   u32;
     5 typedef int            s32;
     7 typedef int            boolean;