From 7c60bcd83cb3576db0990adbcbf22364fa5ffc0a Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Thu, 11 Jun 2026 18:34:25 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_stdinc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/SDL3/SDL_stdinc.h b/include/SDL3/SDL_stdinc.h index 8ed4477337..88794ce3e3 100644 --- a/include/SDL3/SDL_stdinc.h +++ b/include/SDL3/SDL_stdinc.h @@ -3082,6 +3082,7 @@ extern SDL_DECLSPEC long SDLCALL SDL_wcstol(const wchar_t *str, wchar_t **endp, extern SDL_DECLSPEC unsigned long SDLCALL SDL_wcstoul(const wchar_t *str, wchar_t **endp, int base); #ifndef SDL_NOLONGLONG + /** * Parse a `long long` from a wide string. *