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.?
