#ifndef CONFIG_H #define CONFIG_H #include void config_write(FILE *f); void config_read(const char *cfg); #endif