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
..
2021-01-03 12:13:40 -06:00
2021-02-13 11:56:01 -05:00
2021-02-10 10:22:17 -05:00
2021-01-02 10:25:38 -08:00
2021-02-13 11:42:13 -08:00
2021-02-10 10:22:18 -05:00
2021-01-02 10:25:38 -08:00
2021-02-13 11:56:01 -05:00
2021-01-02 10:25:38 -08:00
2021-02-11 17:27:22 -08:00
2021-02-12 08:00:41 -08:00
2021-01-02 10:25:38 -08:00
2021-01-02 10:25:38 -08:00
2021-01-04 01:23:50 +03:00
2021-01-04 10:20:10 +03:00
2021-01-05 15:50:02 +03:00
2021-01-02 10:25:38 -08:00
2021-02-10 10:22:19 -05:00
2021-01-05 15:50:02 +03:00
2021-02-13 11:42:13 -08:00
2021-02-11 19:41:41 -08:00
2021-02-10 10:22:20 -05:00
2021-02-10 10:22:19 -05:00
2021-02-13 11:56:01 -05:00
2021-01-02 10:25:38 -08:00
2021-01-02 10:25:38 -08:00
2021-01-02 10:25:38 -08:00
2021-01-02 10:25:38 -08:00
2021-01-02 10:25:38 -08:00
2021-01-02 10:25:38 -08:00
2021-01-02 10:25:38 -08:00
2021-01-02 10:25:38 -08:00
2021-01-02 10:25:38 -08:00
2021-01-02 10:25:38 -08:00
2021-02-12 14:31:38 -05:00