Update 'cv3/program.c'
This commit is contained in:
parent
a66a485ebd
commit
6d55e9317f
@ -78,7 +78,7 @@ int main() {
|
|||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
if (!fgets(input, sizeof(input), stdin)) {
|
if (!fgets(input, sizeof(input), stdin)) {
|
||||||
//printf("Chyba pri citani vstupu.\n");
|
printf("no␣input\n");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user