generarxml/src/readconfig.h

6 lines
133 B
C
Raw Permalink Normal View History

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