This commit is contained in:
Maksym Kovalchuk 2026-04-16 15:37:53 +00:00
parent 43d8775bb2
commit 9871d392d4

View File

@ -61,9 +61,8 @@ void start(Tree *node) {
printf("%s\n", node->text);
if (fgets(input, SIZE, stdin) == NULL) {
printf("Nespravny vstup\n");
return;
}
}
int i = 0;
while (input[i] == ' ' || input[i] == '\t') i++;