stdinc.h 122 B

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