Name
_IO_feof -- alias for feof
Synopsis
| int _IO_feof(_IO_FILE *__fp); | 
Description
The function _IO_feof() tests the end-of-file indicator for the stream pointed to by __fp, returning non-zero if it is set.  
_IO_feof is not in the source standard; it is only in the binary standard.