#ifndef READ_CFG_H #define READ_CFG_H void cfg_interp(); void check_line(char *buffer); int get_compmode(); #endif