added SDL_strtokr() as a replacement for POSIX strtok_r (bug #4046.)

This commit is contained in:
Ozkan Sezer
2019-11-20 20:40:50 +03:00
parent ce8411c587
commit eb8f14bb6a
28 changed files with 161 additions and 7 deletions

View File

@@ -110,6 +110,7 @@
#define HAVE_STRCHR 1
#define HAVE_STRRCHR 1
#define HAVE_STRSTR 1
/* #undef HAVE_STRTOK_R */
#define HAVE_ITOA 1
#define HAVE__LTOA 1
#define HAVE__ULTOA 1