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

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

Completed in 312 milliseconds