Searched defs:SDL_strchr (Results 1 - 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_stdinc.h437 #define SDL_strchr strchr macro
439 #define SDL_strchr index macro
441 extern DECLSPEC char * SDLCALL SDL_strchr(const char *string, int c);
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_string.c406 char *SDL_strchr(const char *string, int c) function

Completed in 240 milliseconds