stdinc.h 121 B

12345678
  1. #include <u.h>
  2. #include <libc.h>
  3. #include "venti.h"
  4. typedef uvlong u64int;
  5. typedef uchar u8int;
  6. typedef ushort u16int;