Initializacia

This commit is contained in:
Kozar 2024-10-02 19:07:44 +00:00
parent 943f74a75e
commit 75c55a1bb9

View File

@ -73,7 +73,7 @@ int main() {
} }
search[strcspn(search, "\n")] = '\0'; search[strcspn(search, "\n")] = '\0';
printf("Zadaj jedalny listok:"); printf("Zadaj jedalny listok:\n");
while (count < MENU_SIZE && read_pizza(&menu[count])) { while (count < MENU_SIZE && read_pizza(&menu[count])) {
count++; count++;
} }