Skip to content

Commit 00b23a0

Browse files
committed
Sync SDL3 wiki -> header
[ci skip]
1 parent 6b776a9 commit 00b23a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/SDL3/SDL_stdinc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3497,6 +3497,7 @@ extern SDL_DECLSPEC char * SDLCALL SDL_ltoa(long value, char *str, int radix);
34973497
extern SDL_DECLSPEC char * SDLCALL SDL_ultoa(unsigned long value, char *str, int radix);
34983498

34993499
#ifndef SDL_NOLONGLONG
3500+
35003501
/**
35013502
* Convert a long long integer into a string.
35023503
*
@@ -3667,6 +3668,7 @@ extern SDL_DECLSPEC long SDLCALL SDL_strtol(const char *str, char **endp, int ba
36673668
extern SDL_DECLSPEC unsigned long SDLCALL SDL_strtoul(const char *str, char **endp, int base);
36683669

36693670
#ifndef SDL_NOLONGLONG
3671+
36703672
/**
36713673
* Parse a `long long` from a string.
36723674
*

0 commit comments

Comments
 (0)