feof
|
File Input/Output functions |
SYNTAX | feof( filehandle ) |
RETURNS | NUMBER |
FUNCTION | The feof function returns a nonzero value after the first read operation that attempts to read past the end of the file. It returns 0 if the current position is not end of file. There is no error return value. filehandle is a file handle returned by fopen function. |
EXAMPLE | //
|
SEE ALSO | fopen() function , fclose() function , fgets() function |
The feof function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.