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