input.c fertig in Start_Mac

This commit is contained in:
Manuel Nitsche 2025-10-26 20:20:40 +01:00
parent 4f0c599056
commit 46a71de3ec

View File

@ -11,6 +11,7 @@
* @return Anzahl der eingelesenen Wörter
*/
// Read words from file and store in 'words' array
// ERLEDIGT
int readWords(FILE *file, char words[][MAX_WORD_LEN], unsigned int maxWordCount)
{
if (file == NULL || words == NULL || maxWordCount == 0) {