diff options
| author | Sadeep Madurange <smadurange@users.noreply.github.com> | 2021-12-11 18:05:30 +0800 |
|---|---|---|
| committer | Sadeep Madurange <smadurange@users.noreply.github.com> | 2021-12-11 18:05:30 +0800 |
| commit | ff71bb905b20f5e9182596f3313524c161b268bf (patch) | |
| tree | 74e38b7b986c5219ceb09eae7393e51521a92a40 /4/6.c | |
| parent | 5af7d22c524af334d7d3c4cc81475d7778b94362 (diff) | |
| download | k&r-exercises-ff71bb905b20f5e9182596f3313524c161b268bf.tar.gz | |
4.6
Diffstat (limited to '4/6.c')
| -rw-r--r-- | 4/6.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -202,7 +202,6 @@ int getop(char s[]) { int count; for (count = 0; isalnum(s[++i] = c = getch()); count++) ; - if (count == 0) { // syntax "5 A =" means "A = 5" if (c != '\n' && (nc = getch()) == '=') |
