// // File: wordParse.c // TODO_DOCS_ wordParse.c // @author Joshua Bicking // // // // // // // // // // // // // // // // // // // // // // // #include #include #include #include "wordParse.h" char **wordArr; int numWords; int wordsToChoose; void readFile(FILE* fp){ if(fp == NULL) { setVeryEasy(); } // TODO check if FalloutTerminal.cfg is invalid if(1){ setVeryEasy(); } } void setWordArr(char *words[]){ wordArr = malloc(numWords * sizeof(char*)); for(int i=0; i