generarxml/src/readconfig.h

6 lines
132 B
C
Raw Normal View History

/*
* This function reads the designated config file and save into int the
* config struct.
*/
2016-10-20 23:08:33 -03:00
int readconfig(char *config_file);