DRAFT |
SDL_ReadLE16
Use this function to read an item of the specified endianness and return in native format.
green
Contents
Syntax
Uint16 SDL_ReadLE16(SDL_RWops* src)
Function Parameters
src |
the source of the little-endian data to be read ??? |
Return Value
Returns an unsigned 16-bit value equivalent to the little-endian value. ???
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Related Functions
green
