2.2.29 int feof
int feof(FILE *__stream)
Test the end-of-file flag of stream
. This flag can only be cleared by a call to clearerr().
int feof(FILE *__stream)
Test the end-of-file flag of stream
. This flag can only be cleared by a call to clearerr().