12
This commit is contained in:
parent
d9eacd2f96
commit
c0bcdc2869
@ -53,12 +53,12 @@ void spusti_system(struct Uzol* u){
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("Chybny vystup\n");
|
printf("Odpovedajte 'a' pre prvu moznost alebo 'n' pre druhu moznost.\n");
|
||||||
printf("%s", u->text);
|
printf("%s", u->text);
|
||||||
|
|
||||||
char c;
|
char c;
|
||||||
if(scanf(" %c", &c) != 1){
|
if(scanf(" %c", &c) != 1){
|
||||||
printf("Odpovedajte 'a' pre prvu moznost alebo 'n' pre druhu moznost.\n");
|
printf("Chybny vystup\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user