generarxml/src/readfile.h
Chris Cromer f398929260 cleanup
2016-10-23 23:17:03 -03:00

12 lines
293 B
C

/*
* This variable controls how much memory is used to start with,
* mesured in bytes.
*/
#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.
*/
int read_file();