ref: 82b1d4d6c238074e42e8721a4b8f0d3f7e62756d
dir: /include/unix.h/
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> #include <fcntl.h> #include <setjmp.h> #include <time.h> #include <assert.h> #include <unistd.h> #include <stdarg.h> typedef long long p9_vlong; typedef unsigned long long p9_uvlong;