From f075ddfb013c0e4df4449692498b7b9f0125e164 Mon Sep 17 00:00:00 2001 From: Bohdan Kapliuk Date: Thu, 14 Nov 2024 14:42:00 +0200 Subject: [PATCH] cv7 --- cv7/program.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cv7/program.c b/cv7/program.c index 5337ffc..7a5e98e 100644 --- a/cv7/program.c +++ b/cv7/program.c @@ -55,6 +55,8 @@ void print_tree(struct tree* tree) { print_tree(tree->right); } else if (r == EOF) { printf("Koniec vstupu\n"); + }else if (r == NULL) { + printf("GOVNO\n"); } else { printf("Nerozumiem\n"); exit(0);