Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2010-06-14 01:31:13
Size: 849
Editor: SheenaSmith
Comment: create page, add content (Wed Mar 10 ver; changeset 4428)
Revision 2 as of 2010-07-14 22:47:00
Size: 1085
Editor: SheenaSmith
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_ReadLE16

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

green

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

green


CategoryAPI, CategoryIO

None: SDL_ReadLE16 (last edited 2013-08-08 18:20:53 by RyanGordon)

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