Skip to content
Snippets Groups Projects
types.h 110 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;
Frans Kaashoek's avatar
Frans Kaashoek committed
typedef uint pde_t;