mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-02 09:57:40 +00:00
Add SDL_strpbrk
This commit is contained in:
parent
55934bc85e
commit
baa1a5e2f4
15 changed files with 96 additions and 4 deletions
|
@ -1144,6 +1144,7 @@ SDL3_0.0.0 {
|
|||
SDL_wcsnstr;
|
||||
SDL_wcsstr;
|
||||
SDL_wcstol;
|
||||
SDL_strpbrk;
|
||||
# extra symbols go here (don't modify this line)
|
||||
local: *;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue