This commit is contained in:
Kozar 2024-02-21 18:09:28 +01:00
parent 70b6a0a5be
commit efe6ff46fe

View File

@ -14,7 +14,7 @@ int main(){
else if (c == '\n') {
line_count++; // Zvýšte počítadlo riadkov na konce riadka
}
else if (c < ' ' || c > '~') {
else if (c < ' ' || c > 127) {
continue; // Preskočiť značky
}
putchar(c); // Vypíš znak