DRAFT

SDL_ReadBE64

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

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.

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

Should the other Read functions and/or the Write functions be listed here?


CategoryAPI, CategoryIO

SDL_ReadBE64 (last edited 2010-07-14 22:46:05 by SheenaSmith)

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