1 2 3
char *parser(char *fileName); // general parser function char *readFile(char *fileName); // reads the file into a single var FILE *preProcess(char *contents);