generarxml/src/readfile.h

3 lines
64 B
C
Raw Normal View History

2016-10-16 14:16:03 -03:00
#define MAX_LINES 100
2016-10-20 20:45:07 -03:00
int readfile(CONFIG *config, BOOK *book);