#ifndef CONFIG_H #define CONFIG_H void write_config(void); void config(int argc, char **argv); #endif .