/usr/share/freemat/help/text/ftell.mdc is in freemat-help 4.0-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | FTELL FTELL File Position Function
Usage
Returns the current file position for a valid file handle.
The general use of this function is
n = ftell(handle)
The handle argument must be a valid and active file handle. The
return is the offset into the file relative to the start of the
file (in bytes).
|