mirror of https://github.com/libsdl-org/SDL.git
Sync SDL3 wiki -> header
This commit is contained in:
parent
baa1a5e2f4
commit
741c04b339
|
|
@ -1303,7 +1303,7 @@ extern SDL_DECLSPEC int SDLCALL SDL_strncasecmp(const char *str1, const char *st
|
||||||
*
|
*
|
||||||
* \param str The null-terminated string to be searched.
|
* \param str The null-terminated string to be searched.
|
||||||
* \param breakset A null-terminated string containing the list of characters
|
* \param breakset A null-terminated string containing the list of characters
|
||||||
* to look for.
|
* to look for.
|
||||||
* \returns A pointer to the location, in str, of the first occurence of a
|
* \returns A pointer to the location, in str, of the first occurence of a
|
||||||
* character present in the breakset, or NULL if none is found.
|
* character present in the breakset, or NULL if none is found.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue