feof()
Syntax:
#include <stdio.h> int feof( FILE *stream );
Description:
The function feof() returns a nonzero value if the end of the given file stream has been reached.
Related Topics:
clearerr(), ferror(), perror(), putc(), getc()
#include <stdio.h> int feof( FILE *stream );