1
0
mirror of synced 2026-01-20 18:07:45 +00:00
2002-01-02 10:17:48 +00:00

8 lines
145 B
C

typedef unsigned char u8;
typedef unsigned short u16;
typedef unsigned int u32;
typedef int s32;
typedef int boolean;