DRAFT |
SDL_ReadBE64
Use this function to read an item of the specified endianness and return in native format.
Contents
Syntax
Uint64 SDL_ReadBE64(SDL_RWops* src)
Function Parameters
src |
the source of the big-endian data to be read ??? |
Return Value
Returns an unsigned 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
Related Functions
green
