Rune - Fix array passing, optimize constant array indices
[rune.git] / tests / defs.h
1 /*
2  * DEFS.H
3  *
4  * (c)Copyright 1993-2014, Matthew Dillon, All Rights Reserved.  See the  
5  *    COPYRIGHT file at the base of the distribution.
6  */
7
8 #include <sys/types.h>
9 #include <sys/stat.h>
10 #include <sys/file.h>
11 #include <sys/mman.h>
12 #include <stdio.h>
13 #include <stdlib.h>
14 #include <stdarg.h>
15 #include <string.h>
16 #include <unistd.h>
17 #include <dirent.h>
18 #include <assert.h>
19 #include <setjmp.h>
20
21 #include <libsupport/export.h>
22 #include <libdthread/export.h>
23 #include <librune/export.h>
24 #include <libgen/export.h>