Wiki Page Content

Revision 1 as of 2010-06-14 01:57:15

Clear message

DRAFT

SDL_ReadLE32

Use this function to read an item of the specified endianness and return in native format.

Syntax

Uint32 SDL_ReadLE32(SDL_RWops* src)

Function Parameters

src

the source of the little-endian data to be read ???

Return Value

Returns an unsigned 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

green


CategoryAPI, CategoryIO

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit