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 3fb4576 commit 44d3f7cCopy full SHA for 44d3f7c
chapter_2/exercise_2_02/loop.c
@@ -22,7 +22,6 @@ int main(void)
22
if (i >= (MAXLINE - 1) || c == '\n' || c == EOF)
23
{
24
loop = 0;
25
- break;
26
}
27
s[i++] = c;
28
0 commit comments