#include <endianrw.h>
Definition at line 71 of file endianrw.h.
|
|
Close and free an allocated MG_RWops structure. |
|
|
Test the end-of-file indicator. |
|
|
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. |
|
|
Seek to offset relative to whence, one of stdio's whence values: |
|
|
Indicates the type of data source. can be one of the following values:
Definition at line 119 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. |
1.4.2