diff options
| author | Sadeep Madurange <smadurange@users.noreply.github.com> | 2021-12-16 17:59:58 +0800 |
|---|---|---|
| committer | Sadeep Madurange <smadurange@users.noreply.github.com> | 2021-12-16 17:59:58 +0800 |
| commit | c9e51832c6646f9813100bc098b7f5b38aff0433 (patch) | |
| tree | 4c80c5621637356c262488faca3b60fb702e6ddd /4 | |
| parent | 32b3878058a646a4cdae979943fd2873acad5922 (diff) | |
| download | k&r-exercises-c9e51832c6646f9813100bc098b7f5b38aff0433.tar.gz | |
4.10
Diffstat (limited to '4')
| -rw-r--r-- | 4/10.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ int main(int argc, char *argv[]) { int type, op1, op2; char s[MAXOP]; - printf("Press CTRL+C to exit\n"); + printf("Press Ctrl+D to exit\n"); while (mgetline()) { while (type == getop(s) != 0) { |
