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