mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-05-23 23:02:11 +00:00
SDL has been missing a bunch of these 'isX' functions for some time, where X is some characteristic of a given character. This commit adds the rest of them to the SDL stdlib, so now we have: - SDL_isalpha() - SDL_isalnum() - SDL_isblank() - SDL_iscntrl() - SDL_isxdigit() - SDL_ispunct() - SDL_isprint() - SDL_isgraph() |
||
---|---|---|
.. | ||
gendynapi.pl | ||
SDL_dynapi.c | ||
SDL_dynapi.h | ||
SDL_dynapi_overrides.h | ||
SDL_dynapi_procs.h |