mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
parent
67ac0e5eee
commit
b3f4ebad28
1 changed files with 1 additions and 1 deletions
|
|
@ -3023,7 +3023,7 @@ extern SDL_DECLSPEC long SDLCALL SDL_wcstol(const wchar_t *str, wchar_t **endp,
|
|||
* If you need the length of a UTF-8 string, consider using SDL_utf8strlen().
|
||||
*
|
||||
* \param str The null-terminated string to read. Must not be NULL.
|
||||
* \returns the length (in bytes, excluding the null terminator) of `src`.
|
||||
* \returns the length (in bytes, excluding the null terminator) of `str`.
|
||||
*
|
||||
* \threadsafety It is safe to call this function from any thread.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue