From 3573df2b7e15c2256a282d95b0c2c0e6893fde9a Mon Sep 17 00:00:00 2001 From: ak643du Date: Wed, 21 Feb 2024 18:23:41 +0100 Subject: [PATCH] changes --- cv1/program.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cv1/program.c b/cv1/program.c index b826f10..43c4200 100644 --- a/cv1/program.c +++ b/cv1/program.c @@ -15,7 +15,8 @@ int main(){ line_count++; // Zvýšte počítadlo riadkov na konce riadka } else if (c == '\t'){ - putchar(c); + //putchar(c); + continue; } else if (c < ' ' || c >= 127) { continue; // Preskočiť značky