RwWriteStreamInt(RwStream *stream, RwInt32 *ilist, RwInt32 size);
Description
Writes an array of 32 bit integers to a stream in a platform independent manner.
Arguments
stream Stream to be written to.
ilist Pointer to an array of 32 bit integers to be written.
size size in bytes of the data to be written.
Comments
Note that the length is given in bytes and should be found using the sizeof operator.
See Also