23 #ifndef __LIBRETRO_SDK_COMPAT_STRCASESTR_H 24 #define __LIBRETRO_SDK_COMPAT_STRCASESTR_H 32 #if defined(RARCH_INTERNAL) && defined(HAVE_CONFIG_H) 33 #include "../../../config.h" 36 #ifndef HAVE_STRCASESTR 44 #define strcasestr(haystack, needle) strcasestr_retro__(haystack, needle) 46 char *
strcasestr(
const char *haystack,
const char *needle);
#define RETRO_BEGIN_DECLS
Definition: retro_common_api.h:41
#define strcasestr(haystack, needle)
Definition: strcasestr.h:44
#define RETRO_END_DECLS
Definition: retro_common_api.h:42