type.h

Sun, 25 Aug 2002 13:21:28 +0000

author
eric
date
Sun, 25 Aug 2002 13:21:28 +0000
changeset 45
23ef95d6ff07
parent 35
41804cc569ab
permissions
-rw-r--r--

cloning an input context wasn't updating last_input_context

eric@10 1 typedef unsigned char u8;
eric@10 2 typedef unsigned short u16;
eric@10 3 typedef unsigned int u32;
eric@35 4
eric@35 5 typedef int s32;
eric@35 6
eric@10 7 typedef int boolean;