generarxml/src/readfile.h

12 lines
292 B
C
Raw Normal View History

/*
* This variable controls how much memory is used to start with,
* mesured in bytes.
*/
2016-10-16 14:16:03 -03:00
#define MAX_LINES 100
/*
* This function reads Biblia.txt, searches for the information in config,
* and stores it into an array of strings to be used later to create the xml.
*/
2016-10-20 23:08:33 -03:00
int readfile();