We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f4f404 commit f1eff24Copy full SHA for f1eff24
chapter06/6-1.c
@@ -93,7 +93,6 @@ int getword(char *word, int lim)
93
;
94
if (c != EOF)
95
*w++ = c;
96
-
97
if (isalpha(c) || c == '_' || c == '#') {
98
for ( ; --lim > 0; ++w)
99
if (!isalnum(*w = getch()) && *w != '_') {
0 commit comments