--- In [email protected], "Peter Nilsson" <peternilsso...@...> wrote:
>
> All standard input functions are based on fgetc. Under C99,
> end of file is 'sticky', under C89 it's unspecified. Either way,
> you should call clearerr() before attempting to read again.

Thanks Peter.

Reply via email to