generarxml/src/readconfig.h

6 lines
132 B
C

/*
* This function reads the designated config file and save into int the
* config struct.
*/
int readconfig(char *config_file);