|
⇤ ← Revision 1 as of 2010-06-14 02:06:03
Size: 849
Comment: create page, add contents (4428)
|
Size: 846
Comment: update content
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 19: | Line 19: |
| ^Returns an unsigned 64-bit value equivalent to the little-endian value.^ ??? | ^Returns a native 64-bit value equivalent to the little-endian value.^ ??? |
DRAFT |
SDL_ReadLE64
Use this function to read an item of the specified endianness and return in native format.
Contents
Syntax
Uint64 SDL_ReadLE64(SDL_RWops* src)
Function Parameters
src |
the source of the little-endian data to be read ??? |
Return Value
Returns a native 64-bit value equivalent to the little-endian value. ???
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Related Functions
green
