DRAFT |
SDL_Swap16
Use this function to swap byte order.
Syntax
Uint16 SDL_Swap16(Uint16 x)
Function Parameters
x |
the data to be swapped |
Return Value
The swapped data. ???
Code Examples
You can add your code example here
Remarks
You can add useful comments here
