Compare commits
11 Commits
4886715616
...
b928f90e63
| Author | SHA1 | Date | |
|---|---|---|---|
| b928f90e63 | |||
| 43c9e40f5d | |||
| e678920cff | |||
| 62d964a0fe | |||
| cc91978ffb | |||
| 820e331220 | |||
| 0545c5c323 | |||
| 95eb411ac9 | |||
| ad6fd4e2ae | |||
| 4aea458969 | |||
| 91e4d7dbd8 |
@ -16,7 +16,7 @@ int main()
|
||||
putchar(vstup);
|
||||
continue;
|
||||
}
|
||||
else if (vstup == '\t') //nemal by sa individualne handlovat tab vo vlastnom else if statemente, ale ajtak
|
||||
else if (vstup == '\t')
|
||||
{
|
||||
putchar(vstup);
|
||||
}
|
||||
@ -32,12 +32,11 @@ int main()
|
||||
{
|
||||
putchar(tolower(vstup));
|
||||
}
|
||||
else if (vstup >= 32 && vstup <= 127)
|
||||
else
|
||||
{
|
||||
putchar(vstup);
|
||||
}
|
||||
poslednyChar = vstup;
|
||||
|
||||
}
|
||||
if (poslednyChar != '\n' && poslednyChar != EOF)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user