drobny refactor

This commit is contained in:
Tomáš Vlček 2026-02-26 23:20:56 +00:00
parent 91651c39e5
commit 67f338404c

View File

@ -32,11 +32,12 @@ int main()
{ {
putchar(tolower(vstup)); putchar(tolower(vstup));
} }
else else if (vstup >= 32 && vstup <= 127)
{ {
putchar(vstup); putchar(vstup);
} }
//pr poslednyChar = vstup;
//zase drobny refactor
} }
if (poslednyChar != '\n' && poslednyChar != EOF) if (poslednyChar != '\n' && poslednyChar != EOF)
{ {