Ryujinx-SDL/src/dynapi
Misa dfe219ec71 Add all missing "is characteristic" stdlib functions
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()
2021-02-13 11:42:13 -08:00
..
gendynapi.pl Deprecate SDL_GetRevisionNumber and update things for git instead of hg. 2021-02-12 14:31:38 -05:00
SDL_dynapi_overrides.h Add all missing "is characteristic" stdlib functions 2021-02-13 11:42:13 -08:00
SDL_dynapi_procs.h Add all missing "is characteristic" stdlib functions 2021-02-13 11:42:13 -08:00
SDL_dynapi.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_dynapi.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00