|
⇤ ← Revision 1 as of 2010-07-14 00:02:57
Size: 722
Comment: create page, add content (Wed Mar 10 ver; changeset 4428)
|
Size: 662
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).
Contents
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
