type.h

Tue, 01 Jan 2002 03:46:08 +0000

author
eric
date
Tue, 01 Jan 2002 03:46:08 +0000
changeset 27
7a28031fe457
parent 10
3184d26a9596
child 35
41804cc569ab
permissions
-rw-r--r--

change 'format' to 'label', add character type, track bookmark level.

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;