unix.h 349 B

1234567891011121314151617
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <string.h>
  4. #include <math.h>
  5. #include <fcntl.h>
  6. #include <setjmp.h>
  7. #include <time.h>
  8. #include <assert.h>
  9. #include <unistd.h>
  10. #include <stdarg.h>
  11. #include <inttypes.h>
  12. #include <ctype.h>
  13. #include <errno.h>
  14. typedef long long p9_vlong;
  15. typedef unsigned long long p9_uvlong;
  16. typedef uintptr_t uintptr;