attempt2
This commit is contained in:
parent
bc696345ed
commit
b43b73a8d1
@ -24,6 +24,7 @@ int main()
|
||||
if (vstup == '\n') // ak NewLine char, resp. koniec riadku
|
||||
{
|
||||
pocetRiadkov += 1;
|
||||
putchar(vstup);
|
||||
}
|
||||
//ak vstup == malemu pismenu
|
||||
else if (GetTypZnaku(vstup) == 0)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user