show/hide this revision's text 2 added 57 characters in body

You have two if's; removing which one makes it work?

Doesn't fgets() wait for a newline, buffer full, or EOF before it returns? I don't see you writing a newline, "foo" doesn't fill the buffer, and since the stream isn't closed, there is no does it see an EOF.?

show/hide this revision's text 1

Doesn't fgets() wait for a newline, buffer full, or EOF before it returns? I don't see you writing a newline, "foo" doesn't fill the buffer, and since the stream isn't closed, there is no EOF.