PHYSFS_eof

Function PHYSFS_eof 

Source
pub unsafe extern "C" fn PHYSFS_eof(handle: *mut PHYSFS_File) -> c_int
Expand description

\fn int PHYSFS_eof(PHYSFS_File *handle) \brief Check for end-of-file state on a PhysicsFS filehandle.

Determine if the end of file has been reached in a PhysicsFS filehandle.

\param handle handle returned from PHYSFS_openRead(). \return nonzero if EOF, zero if not.

\sa PHYSFS_read \sa PHYSFS_tell