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