- This wiki is out of date, use the continuation of this wiki instead
Ftell
From FenixWiki
[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.