RetroArch
Macros | Functions
strcasestr.h File Reference
#include <string.h>
#include <retro_common_api.h>
Include dependency graph for strcasestr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define strcasestr(haystack, needle)   strcasestr_retro__(haystack, needle)
 

Functions

char * strcasestr (const char *haystack, const char *needle)
 

Macro Definition Documentation

◆ strcasestr

#define strcasestr (   haystack,
  needle 
)    strcasestr_retro__(haystack, needle)

Function Documentation

◆ strcasestr()

char* strcasestr ( const char *  haystack,
const char *  needle 
)
Here is the caller graph for this function: