#include <endianrw.h>
The read/write operation structure.
Definition at line 74 of file endianrw.h.
Close and free an allocated MG_RWops structure.
Definition at line 105 of file endianrw.h.
Test the end-of-file indicator.
Definition at line 110 of file endianrw.h.
Read up to num objects each of size objsize from the data source to the area pointed at by ptr. Returns the number of objects read, or -1 if the read failed.
Definition at line 87 of file endianrw.h.
Seek to offset relative to whence, one of stdio's whence values:
SEEK_SET, SEEK_CUR, SEEK_END
Returns the final offset in the data source.
Definition at line 80 of file endianrw.h.
Indicates the type of data source. can be one of the following values:
Definition at line 122 of file endianrw.h.
Write exactly num objects each of size objsize from the area pointed at by ptr to data source. Returns num, or -1 if the write failed.
Definition at line 94 of file endianrw.h.