23 #ifndef __LIBRETRO_SDK_COMPAT_POSIX_STRING_H 24 #define __LIBRETRO_SDK_COMPAT_POSIX_STRING_H 40 #define strtok_r(str, delim, saveptr) retro_strtok_r__(str, delim, saveptr) 42 char *
strtok_r(
char *
str,
const char *delim,
char **saveptr);
48 #define strcasecmp(a, b) retro_strcasecmp__(a, b) 49 #define strdup(orig) retro_strdup__(orig) 50 int strcasecmp(
const char *
a,
const char *
b);
51 char *strdup(
const char *orig);
56 #define isblank(c) retro_isblank__(c) #define RETRO_BEGIN_DECLS
Definition: retro_common_api.h:41
const GLubyte * c
Definition: glext.h:9812
GLboolean GLboolean GLboolean b
Definition: glext.h:6844
#define RETRO_END_DECLS
Definition: retro_common_api.h:42
char * strtok_r(char *s, const char *delim, char **save_ptr)
Definition: compat_ctype.c:336
const char *const str
Definition: portlistingparse.c:18
GLboolean GLboolean GLboolean GLboolean a
Definition: glext.h:6844