type.h

Sat, 29 Dec 2001 17:45:43 +0000

author
eric
date
Sat, 29 Dec 2001 17:45:43 +0000
changeset 11
30d18cf8bb67
parent 10
3184d26a9596
child 35
41804cc569ab
permissions
-rw-r--r--

*** empty log message ***

eric@10 1 typedef unsigned char u8;
eric@10 2 typedef unsigned short u16;
eric@10 3 typedef unsigned int u32;
eric@10 4 typedef int boolean;