1 2 3 4 5 6 7 8
#ifndef READ_CFG_H #define READ_CFG_H void cfg_interp(); void check_line(char *buffer); #endif