leerzeile

This commit is contained in:
maxgrf 2025-11-10 15:17:37 +01:00
parent eaf3044c48
commit e663fb27f9

View File

@ -14,6 +14,7 @@
int createWordSalad(char salad[MAX_SEARCH_FIELD_LEN][MAX_SEARCH_FIELD_LEN], unsigned int searchFieldLen, const char words[][MAX_WORD_LEN], unsigned int wordCount) int createWordSalad(char salad[MAX_SEARCH_FIELD_LEN][MAX_SEARCH_FIELD_LEN], unsigned int searchFieldLen, const char words[][MAX_WORD_LEN], unsigned int wordCount)
{ {
} }
// Prints the word salad to console // Prints the word salad to console