main.h (278B)
1 #ifdef SET_DECLS 2 #include <stdbool.h> 3 #include "../alloc.h" 4 #include "../def.h" 5 #include "../rand.h" 6 #endif 7 8 #include "impl/macros.h" 9 #include "impl/table.h" 10 #ifdef SET_TYPES 11 #include "impl/types.h" 12 #endif 13 #ifdef SET_DECLS 14 #include "impl/decls.h" 15 #endif 16 #include "impl/clean.h"