cv7
This commit is contained in:
parent
b640c1eb0e
commit
f075ddfb01
@ -55,6 +55,8 @@ void print_tree(struct tree* tree) {
|
|||||||
print_tree(tree->right);
|
print_tree(tree->right);
|
||||||
} else if (r == EOF) {
|
} else if (r == EOF) {
|
||||||
printf("Koniec vstupu\n");
|
printf("Koniec vstupu\n");
|
||||||
|
}else if (r == NULL) {
|
||||||
|
printf("GOVNO\n");
|
||||||
} else {
|
} else {
|
||||||
printf("Nerozumiem\n");
|
printf("Nerozumiem\n");
|
||||||
exit(0);
|
exit(0);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user