Wiki Page Content

Revision 2 as of 2010-07-14 00:10:43

Clear message

DRAFT

SDL_ReadBE16

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

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


CategoryAPI, CategoryIO

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