xv6-cs450/types.h
2006-07-20 09:07:53 +00:00

4 lines
87 B
C

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