diff options
Diffstat (limited to '4')
| -rw-r--r-- | 4/9.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -171,6 +171,7 @@ int getop(char s[]) { ; s[1] = 0; + // solution to 4.9: exit program by returning EOF to main if (c == EOF) return EOF; |
