1 2 3
char *Parse(char *fileName); // general parser function char *ReadFile(char *fileName); // reads the file into a single var