|
Size: 1181
Comment: update content
|
Size: 1176
Comment: update content - pointers, structs
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 19: | Line 19: |
| ||'''dst'''||^a pointer to the destination to be filled^|| | ||'''dst'''||^the SDL_RWops structure to be filled^|| |
DRAFT |
SDL_WriteBE16
Use this function to write an item of native format to the specified endianness.
green
Contents
Syntax
size_t SDL_WriteBE16(SDL_RWops* dst,
Uint16 value)
Function Parameters
dst |
the SDL_RWops structure 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
Related Functions
green
