Skip to content
Snippets Groups Projects
types.h 90 B
Newer Older
rsc's avatar
rsc committed
typedef unsigned int   uint;
rtm's avatar
rtm committed
typedef unsigned short ushort;
rsc's avatar
rsc committed
typedef unsigned char  uchar;