Wiki Page Content

Revision 2 as of 2010-07-14 22:37:15

Clear message

DRAFT

SDL_WriteBE64

Use this function to write an item of native format to the specified endianness.

green

Syntax

size_t SDL_WriteBE64(SDL_RWops* dst,
                     Uint64     value)

Function Parameters

dst

a pointer to the destination to be filled

value

the data to write as big-endian

Return Value

The size (in bytes) of the data that was written, or 0 for error; call SDL_GetError() for more information.

Code Examples

You can add your code example here

Remarks

You can add useful comments here

green


CategoryAPI, CategoryIO

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