This wiki is out of date, use the continuation of this wiki instead

Ftell

From FenixWiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 14:41, 26 June 2007 (edit)
Sandman (Talk | contribs)

← Previous diff
Current revision (14:41, 26 June 2007) (edit) (undo)
Sandman (Talk | contribs)

 

Current revision


[edit] Definition

INT ftell ( <INT filehandle> )

Returns the current reading position of a certain file.

The reading position can be altered by fseek().

[edit] Parameters

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

[edit] Returns

INT: The current reading position of the specified file.

Personal tools