xv6-cs450/types.h
2007-08-24 20:27:47 +00:00

4 lines
90 B
C

typedef unsigned int uint;
typedef unsigned short ushort;
typedef unsigned char uchar;