xv6-cs450/types.h

4 lines
87 B
C
Raw Normal View History

2006-07-20 11:07:53 +02:00
typedef unsigned int uint;
typedef unsigned short ushort;
typedef unsigned char uchar;