SDL/src/stdlib
Ozkan Sezer 8a32ee24db removed MSVC strtok_s use from SDL_strtokr().
no other ??_s are used elsewhere in SDL_stdinc. besides, C11 has a
strtok_s with a different signature.
2020-12-30 01:00:24 +03:00
..
SDL_crc32.c crc32: Fixed include path. 2020-11-16 18:48:13 -05:00
SDL_getenv.c stdlib: Fixed compiler warnings about int vs size_t. 2020-05-05 12:48:55 -04:00
SDL_iconv.c Fixed compiler warning building on FreeBSD 2020-05-27 09:22:12 -07:00
SDL_malloc.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_qsort.c Fixed bug 5235 - All internal sources should include SDL_assert.h 2020-12-09 07:16:22 -08:00
SDL_stdlib.c Fixed bug 5404 - stdlib: Added SDL_round, SDL_roundf, SDL_lround and SDL_lroundf 2020-12-23 13:47:49 -08:00
SDL_string.c Fixed crash when printing NULL wide character string 2020-12-03 18:16:56 -08:00
SDL_strtokr.c removed MSVC strtok_s use from SDL_strtokr(). 2020-12-30 01:00:24 +03:00