SDL/src/stdlib
Misa 3da58b47f6 Fix errors with fallback impls of SDL_isxdigit() and SDL_ispunct()
SDL_isxdigit() should only accept A-Fa-f, not A-Za-z (it shouldn't use
SDL_isalpha()).

SDL_ispunct() shouldn't accept spaces (it should use SDL_isgraph()
instead).
2021-02-13 19:30:24 -05:00
..
SDL_crc32.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_getenv.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_iconv.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_malloc.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_qsort.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_stdlib.c Fix errors with fallback impls of SDL_isxdigit() and SDL_ispunct() 2021-02-13 19:30:24 -05:00
SDL_string.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_strtokr.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00