type.h

Mon, 31 Dec 2001 08:25:04 +0000

author
eric
date
Mon, 31 Dec 2001 08:25:04 +0000
changeset 23
1fe64161aaac
parent 10
3184d26a9596
child 35
41804cc569ab
permissions
-rw-r--r--

added input and output attribute structures as arguments to process_page().

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;