|
⇤ ← Revision 1 as of 2010-06-14 01:50:16
Size: 749
Comment: create page, add content (Wed Mar 10 ver; changeset 4428)
|
Size: 746
Comment: update content
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 19: | Line 19: |
| ^Returns an unsigned 16-bit value equivalent to the big-endian value.^ ??? | ^Returns a native 16-bit value equivalent to the big-endian value.^ ??? |
DRAFT |
SDL_ReadBE16
Use this function to read an item of the specified endianness and return in native format.
Contents
Syntax
Uint16 SDL_ReadBE16(SDL_RWops* src)
Function Parameters
src |
the source of the big-endian data to be read ??? |
Return Value
Returns a native 16-bit value equivalent to the big-endian value. ???
Code Examples
You can add your code example here
Remarks
You can add useful comments here
