#ifndef CONFIG_H_ #define CONFIG_H_ #include "tern.h" tern_node * load_config(char * expath); #endif //CONFIG_H_