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