mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-21 20:28:28 +00:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
parent
6b776a9989
commit
00b23a012c
1 changed files with 2 additions and 0 deletions
|
@ -3497,6 +3497,7 @@ extern SDL_DECLSPEC char * SDLCALL SDL_ltoa(long value, char *str, int radix);
|
|||
extern SDL_DECLSPEC char * SDLCALL SDL_ultoa(unsigned long value, char *str, int radix);
|
||||
|
||||
#ifndef SDL_NOLONGLONG
|
||||
|
||||
/**
|
||||
* Convert a long long integer into a string.
|
||||
*
|
||||
|
@ -3667,6 +3668,7 @@ extern SDL_DECLSPEC long SDLCALL SDL_strtol(const char *str, char **endp, int ba
|
|||
extern SDL_DECLSPEC unsigned long SDLCALL SDL_strtoul(const char *str, char **endp, int base);
|
||||
|
||||
#ifndef SDL_NOLONGLONG
|
||||
|
||||
/**
|
||||
* Parse a `long long` from a string.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue