parent
43c9e40f5d
commit
b928f90e63
@ -32,7 +32,7 @@ int main()
|
|||||||
{
|
{
|
||||||
putchar(tolower(vstup));
|
putchar(tolower(vstup));
|
||||||
}
|
}
|
||||||
else if (vstup >= 32 && vstup <= 127)
|
else
|
||||||
{
|
{
|
||||||
putchar(vstup);
|
putchar(vstup);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user