Mount Fuji Engine  0.8b
MF_API long MFFile_StdTell ( void *  stream)

Tells the current file position.

Parameters
streamHandle to an open file.
Returns
The file pointer offset in bytes.
Remarks
This function complies with the stdio function signature (can be used as callbacks to many libs and API's).