Navigation

Operators and Keywords

Function List:

C++ API

: status = feof (fid)

Return 1 if an end-of-file condition has been encountered for the file specified by file descriptor fid and 0 otherwise.

Note that feof will only return 1 if the end of the file has already been encountered, not if the next read operation will result in an end-of-file condition.

See also: fread, frewind, fseek, fclear, fopen.

Package: octave