Ftell

From Bennu Wiki
Revision as of 02:05, 2 October 2008 by Sandman (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Definition

INT ftell ( <INT filehandle> )

Returns the current reading position of a certain file.

The reading position can be altered by fseek().

Parameters

INT filehandle - The FileHandle of the file returned by fopen().

Returns

INT: The current reading position of the specified file.