| C++ Math Library Reference | ![]() |
C++ Prototype
mwArray feof(const mwArray &fid);
C++ Syntax
#include "matlab.hpp" mwArray fid; // Input argument(s) mwArray eofstat; // Return value eofstat = feof(fid);
MATLAB Syntax
eofstat = feof(fid)
See Also
feof Calling Conventions | fclose | ferror | ![]() |