pub unsafe extern "C" fn PHYSFS_tell(
handle: *mut PHYSFS_File,
) -> PHYSFS_sint64Expand description
\fn PHYSFS_sint64 PHYSFS_tell(PHYSFS_File *handle) \brief Determine current position within a PhysicsFS filehandle.
\param handle handle returned from PHYSFS_open*(). \return offset in bytes from start of file. -1 if error occurred. Use PHYSFS_getLastErrorCode() to obtain the specific error.
\sa PHYSFS_seek