xref: /plan9/sys/src/ape/lib/ap/plan9/acid.c (revision 9a747e4fd48b9f4522c70c07e8f882a15030f964)
1 /* include struct defs to get acid library
2 	cpp -I/sys/include/ape -I/$objtype/include/ape -I./include  acid.c > t.c
3 	vc -a t.c > acidlib
4 */
5 #define _POSIX_SOURCE 1
6 #define _BSD_EXTENSION 1
7 #define _LOCK_EXTENSION
8 #include <stddef.h>
9 #include <stdlib.h>
10 #include <errno.h>
11 #include <unistd.h>
12 #include <signal.h>
13 #include <string.h>
14 #include <stdio.h>
15 #include <lock.h>
16 #include <sys/time.h>
17 #include <sys/select.h>
18 #include <sys/types.h>
19 #include <sys/stat.h>
20 #include <fcntl.h>
21 #include <dirent.h>
22 #include <termios.h>
23 #include <stdarg.h>
24 #include <math.h>
25 #include <float.h>
26 #include <sys/utsname.h>
27 /* #include "lib.h" buf.c below */
28 /* #include "sys9.h" buf.c below */
29 #include "_buf.c"
30 #include "dir.h"
31 #include "fcall.h"
32