Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f1eff24

Browse files
fix whitespace
1 parent 1f4f404 commit f1eff24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎chapter06/6-1.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ int getword(char *word, int lim)
9393
;
9494
if (c != EOF)
9595
*w++ = c;
96-
9796
if (isalpha(c) || c == '_' || c == '#') {
9897
for ( ; --lim > 0; ++w)
9998
if (!isalnum(*w = getch()) && *w != '_') {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /