Sync wiki -> header

This commit is contained in:
Ryan C. Gordon 2023-10-10 10:19:34 -04:00
parent b7a0ef6bdf
commit 32587bd7de
No known key found for this signature in database
GPG key ID: FA148B892AB48044
4 changed files with 7 additions and 5 deletions

View file

@ -688,8 +688,8 @@ extern DECLSPEC size_t SDLCALL SDL_iconv(SDL_iconv_t cd, const char **inbuf,
size_t * outbytesleft);
/**
* This function converts a buffer or string between encodings in one pass, returning a
* string that must be freed with SDL_free() or NULL on error.
* This function converts a buffer or string between encodings in one pass,
* returning a string that must be freed with SDL_free() or NULL on error.
*
* \since This function is available since SDL 2.0.0.
*/