Browse Source

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 7 months ago
parent
commit
00b23a012c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      include/SDL3/SDL_stdinc.h

+ 2 - 0
include/SDL3/SDL_stdinc.h

@@ -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);
 extern SDL_DECLSPEC char * SDLCALL SDL_ultoa(unsigned long value, char *str, int radix);
 
 
 #ifndef SDL_NOLONGLONG
 #ifndef SDL_NOLONGLONG
+
 /**
 /**
  * Convert a long long integer into a string.
  * 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);
 extern SDL_DECLSPEC unsigned long SDLCALL SDL_strtoul(const char *str, char **endp, int base);
 
 
 #ifndef SDL_NOLONGLONG
 #ifndef SDL_NOLONGLONG
+
 /**
 /**
  * Parse a `long long` from a string.
  * Parse a `long long` from a string.
  *
  *