drobny refactor
This commit is contained in:
parent
62d964a0fe
commit
e678920cff
@ -32,11 +32,12 @@ int main()
|
||||
{
|
||||
putchar(tolower(vstup));
|
||||
}
|
||||
else
|
||||
else if (vstup >= 32 && vstup <= 127)
|
||||
{
|
||||
putchar(vstup);
|
||||
}
|
||||
//pr
|
||||
poslednyChar = vstup;
|
||||
//zase drobny refactor
|
||||
}
|
||||
if (poslednyChar != '\n' && poslednyChar != EOF)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user