Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2010-07-14 00:02:57
Size: 722
Editor: SheenaSmith
Comment: create page, add content (Wed Mar 10 ver; changeset 4428)
Revision 2 as of 2010-07-23 21:43:05
Size: 662
Editor: SheenaSmith
Comment: update content
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
Use this function to swap byte order from little-endian to native (if necessary). Use this function to swap byte order from little-endian to native ^(if necessary)^.
Line 14: Line 14:

<<Color2(green,Is the return value Uint16 in this case?)>>

DRAFT

SDL_SwapLE16

Use this function to swap byte order from little-endian to native (if necessary).

Syntax

Uint16 SwapLE16(Uint16 x)

Function Parameters

x

the data to be swapped

Return Value

The data in native format. ???

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryEndian

None: SDL_SwapLE16 (last edited 2013-08-07 22:42:32 by Sam Lantinga)

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