type.h

Mon, 31 Dec 2001 16:44:24 +0000

author
eric
date
Mon, 31 Dec 2001 16:44:24 +0000
changeset 25
139b91f9a224
parent 10
3184d26a9596
child 35
41804cc569ab
permissions
-rw-r--r--

replaced page_number_format with page_label matching how PDF names
and stores them.

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