xv6/types.h

4 lines
87 B
C
Raw Normal View History

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