xref: /xv6-public/types.h (revision ffa58d36)
1 typedef unsigned int   uint;
2 typedef unsigned short ushort;
3 typedef unsigned char  uchar;
4