xref: /plan9-contrib/sys/src/cmd/unix/drawterm/include/unix.h (revision ec59a3ddbfceee0efe34584c2c9981a5e5ff1ec4)
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 
15 typedef long long		p9_vlong;
16 typedef	unsigned long long p9_uvlong;
17 typedef uintptr_t uintptr;
18