Milestone one!

This commit is contained in:
Aidan Haas
2022-11-30 20:14:03 -05:00
committed by GitHub
parent 309d55a064
commit cf2d4e0641
2 changed files with 70 additions and 21 deletions
-2
View File
@@ -1,5 +1,4 @@
#include "utilities.h"
#include <sys/time.h>
/* Clears word array given in parameters */
void clear_word_array(Word_array *array) {
@@ -44,7 +43,6 @@ int generate_words(int number_of_words, Word_array *words, Word_array *to_return
return SUCCESS;
}
/* This will dynamically allocate memory to a 2d char array of all the words
in words.txt */
int parse_words_file(FILE *words_file, Word_array *words) {