1 2 3 4 5 6 7
/* */ #ifndef __CONF_FILE_H__ #define __CONF_FILE_H__ void ProcessConfigFile(const char *filename); #endif