stdinc.h 139 B

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