Mount Fuji Engine  0.8b
MF_API long MFFile_StdSeek ( void *  stream,
long  offset,
int  whence 
)

Seek to a soecified file offset.

Parameters
streamHandle to an open file.
offsetNumber of bytes to seek.
whenceMember of the MFFileSeek enumerated type where to begin the seek.
Returns
The new file offset in bytes.
Remarks
This function complies with the stdio function signature (can be used as callbacks to many libs and API's).