loop #2

Merged
cromer merged 11 commits from loop into master 2021-06-19 23:03:40 -04:00
Showing only changes of commit e717917e95 - Show all commits

View File

@ -40,7 +40,7 @@ void loop() {
if (feof(stdin)) {
// the stdin was closed, this usually happens for CTRL-D
printf("\n");
exit(EXIT_SUCCESS);
break;
}
else {
perror("Error: ");