|
Size: 846
Comment: update content
|
Size: 1082
Comment: minor change
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 7: | Line 7: |
<<Color2(green,This is the generalized description from the header. Should it be adjusted to be specific for each function for the wiki? ie: Use this function to read an item of little-endian format and return in native format.)>> |
DRAFT |
SDL_ReadLE32
Use this function to read an item of the specified endianness and return in native format.
green
Contents
Syntax
Uint32 SDL_ReadLE32(SDL_RWops* src)
Function Parameters
src |
the source of the little-endian data to be read ??? |
Return Value
Returns a native 32-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
