| MATLAB C++ Math Library | Search  Help Desk |
| ftell | See Also |
C++ Prototype
mwArray ftell(const mwArray &fid);
C++ Syntax
#include "matlab.hpp" mwArray fid; // Input argument(s) mwArray position; // Return value position = ftell(fid);
MATLAB Syntax
position = ftell(fid)
See Also
ftell Calling Conventions