Added SDL_strnlen() and SDL_wcsnlen()

This commit is contained in:
Sam Lantinga
2023-07-17 18:10:57 -07:00
parent 4d63c919f9
commit 0a4e6f6d29
8 changed files with 79 additions and 10 deletions

View File

@@ -875,6 +875,8 @@ SDL3_0.0.0 {
SDL_GetGamepadStringForType;
SDL_GetRealGamepadInstanceType;
SDL_GetRealGamepadType;
SDL_wcsnlen;
SDL_strnlen;
# extra symbols go here (don't modify this line)
local: *;
};