test
This commit is contained in:
parent
5f4ccc5e03
commit
711f305084
@ -37,7 +37,7 @@ Uzol* nacitaj_strom() {
|
||||
void spusti_system(Uzol *uzol) {
|
||||
while (uzol != NULL) {
|
||||
if (uzol->ano == NULL && uzol->nie == NULL) {
|
||||
printf("*%s\nKoniec\n", uzol->text);
|
||||
printf("*%s\nKoniec vstupu\n", uzol->text);
|
||||
return;
|
||||
}
|
||||
|
||||
@ -69,6 +69,7 @@ int main() {
|
||||
return 1;
|
||||
}
|
||||
printf("Expert z bufetu to vie.\nPozna %d druhov ovocia a zeleniny.\n", pocet_tovarov);
|
||||
printf("Odpovedajte 'a' pre prvu moznost alebo 'n' pre druhu moznost.\n");
|
||||
spusti_system(koren);
|
||||
uvolni_strom(koren);
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user