type.h

Tue, 01 Jan 2002 06:17:39 +0000

author
eric
date
Tue, 01 Jan 2002 06:17:39 +0000
changeset 31
2cec996b38bc
parent 10
3184d26a9596
child 35
41804cc569ab
permissions
-rw-r--r--

eliminate shift/reduce conflicts in output file attributes.

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