On Wed, Feb 21, 2018 at 7:23 PM, Zack Weinberg <zackw@panix.com> wrote: > C99 specifies that the EOF condition on a file is "sticky": once EOF > has been encountered, all subsequent reads should continue to return > EOF until the file is closed or something clears the "end-of-file > indicator" (e.g. fseek, clearerr). Ping?