Aktualizovat a1/program.c
This commit is contained in:
parent
31ceb19316
commit
d61259392c
@ -22,7 +22,7 @@ int main()
|
|||||||
{
|
{
|
||||||
putchar(tolower(vstup));
|
putchar(tolower(vstup));
|
||||||
}
|
}
|
||||||
else if (iscntrl(vstup) == 0)
|
else if (!iscntrl(vstup))
|
||||||
{
|
{
|
||||||
putchar(vstup);
|
putchar(vstup);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user