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