#ifndef _LOADER_H_ #define _LOADER_H_ void load_config(const char *config_file); #endif