diff options
| -rw-r--r-- | 4/11.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -162,7 +162,7 @@ int getop(char s[]) { rc = strcmp("LOUT", s) == 0 || strlen(s) == 1 ? VAR : FUN; } - s[i] = 0; + s[i] = 0; return rc; } |
![]() |
index : k&r-exercises | |
| Solutions to the exercises in K&R from my days of learning C. |
| summaryrefslogtreecommitdiffstats |
| -rw-r--r-- | 4/11.c | 2 |
@@ -162,7 +162,7 @@ int getop(char s[]) { rc = strcmp("LOUT", s) == 0 || strlen(s) == 1 ? VAR : FUN; } - s[i] = 0; + s[i] = 0; return rc; } |