drobny refactor

This commit is contained in:
Tomáš Vlček 2026-02-26 23:20:56 +00:00 committed by unknown
parent 62d964a0fe
commit e678920cff

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)
{ {