Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2010-06-14 02:08:39
Size: 843
Editor: SheenaSmith
Comment: create page, add content (Wed Mar 10 ver; changeset 4428)
Revision 2 as of 2010-07-14 00:12:07
Size: 840
Editor: SheenaSmith
Comment: update content
Deletions are marked like this. Additions are marked like this.
Line 19: Line 19:
^Returns an unsigned 64-bit value equivalent to the big-endian value.^ ??? ^Returns a native 64-bit value equivalent to the big-endian value.^ ???

DRAFT

SDL_ReadBE64

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

Syntax

Uint64 SDL_ReadBE64(SDL_RWops* src)

Function Parameters

src

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

Return Value

Returns a native 64-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_ReadBE64 (last edited 2013-08-08 18:21:38 by RyanGordon)

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