Aktualizovat a1/program.c
This commit is contained in:
parent
faa7ac2a57
commit
57e62513d5
@ -13,8 +13,9 @@ int main()
|
||||
{
|
||||
pocetRiadkov += 1;
|
||||
putchar(vstup);
|
||||
continue;
|
||||
}
|
||||
else if (vstup == '\r')
|
||||
else if (iscntrl(vstup) && vstup != '\n')
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user