stdinc.h 140 B

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