Wiki Page Content

Revision 1 as of 2010-06-16 23:18:27

Clear message

DRAFT

SDL_WriteLE16

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

Syntax

size_t SDL_WriteLE16(SDL_RWops* dst,
                     Uint16     value)

Function Parameters

dst

a pointer to the destination for the endian data to be written

value

the native format value to convert to endian format

Return Value

A little-endian value of size_t???????????

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