feof
Checks end of file.
Syntax
status = feof(fid)
Input argument
fid - a file descriptor
Output argument
status - an integer value: 1 if file is closed or 0 if not.
Description
feof checks if end of file has been reached.
Example
See also
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated