xv6/types.h

4 lines
90 B
C
Raw Normal View History

2007-08-24 20:27:47 +00:00
typedef unsigned int uint;
2006-07-20 09:07:53 +00:00
typedef unsigned short ushort;
2007-08-24 20:27:47 +00:00
typedef unsigned char uchar;