Wiki Page Content

Differences between revisions 2 and 3
Revision 2 as of 2010-07-14 00:11:28
Size: 840
Editor: SheenaSmith
Comment: update content
Revision 3 as of 2010-07-14 22:45:40
Size: 1073
Editor: SheenaSmith
Comment: minor change
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:

<<Color2(green,This is the generalized description from the header. Should it be adjusted to be specific for each function for the wiki? ie: Use this function to read an item of big-endian format and return in native format.)>>

DRAFT

SDL_ReadBE32

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

green

Syntax

Uint32 SDL_ReadBE32(SDL_RWops* src)

Function Parameters

src

the source of the big-endian data to be read ???

Return Value

Returns a native 32-bit value equivalent to the big-endian value. ???

Code Examples

You can add your code example here

Remarks

You can add useful comments here

green


CategoryAPI, CategoryIO

None: SDL_ReadBE32 (last edited 2013-08-08 18:21:23 by RyanGordon)

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