This commit is contained in:
maxgrf 2025-11-06 16:43:06 +01:00
parent b9138e2097
commit cd3dd0a4d6
4 changed files with 4 additions and 1 deletions

Binary file not shown.

View File

@ -34,7 +34,10 @@ int readWords(FILE *file, char words[][MAX_WORD_LEN], unsigned int maxWordCount)
for(int z = 0; z < maxWordCount; z++)
{
for(int o = 0; o < MAX_WORD_LEN; o++)
words[z][o]
{
printf("%c", words[z][o]);
}
printf("\n");
}
/*

Binary file not shown.

Binary file not shown.