made work: count the number of words in a file_t*
This commit is contained in:
@@ -34,4 +34,6 @@ void fileCreateEmpty(char* path); // create an empty file with the given name
|
||||
|
||||
void fileNumberLines(file_t* f); // prepend line numbers in front of each line in a file
|
||||
|
||||
int fileCountWords(file_t* f); // counts the number of words in a file
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user