drobny refactor
This commit is contained in:
parent
91651c39e5
commit
67f338404c
@ -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