DRAFT |
SDL_WriteLE32
Use this function to write an item of native format to the specified endianness.
Contents
Syntax
size_t SDL_WriteLE32(SDL_RWops* dst,
Uint32 value)
Function Parameters
dst |
a pointer to the destination for the endian data to be written |
value |
the native format value to convert to endian format |
Return Value
A little-endian value of size_t???????????
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Related Functions
green
