Added SDL_strnstr()

This commit is contained in:
Sam Lantinga
2023-12-03 14:42:28 -08:00
parent 7c71e72193
commit ac0751a652
8 changed files with 119 additions and 21 deletions

View File

@@ -960,6 +960,8 @@ SDL3_0.0.0 {
SDL_GetGamepadMappings;
SDL_GetTouchDevices;
SDL_GetTouchDeviceName;
SDL_strnstr;
SDL_wcsnstr;
# extra symbols go here (don't modify this line)
local: *;
};