Searched refs:SDL_strrchr (Results 1 - 3 of 3) sorted by relevance

/prebuilts/tools/darwin-x86/sdl/include/SDL/
H A DSDL_stdinc.h445 #define SDL_strrchr strrchr macro
447 #define SDL_strrchr rindex macro
449 extern DECLSPEC char * SDLCALL SDL_strrchr(const char *string, int c);
/prebuilts/tools/linux-x86/sdl/include/SDL/
H A DSDL_stdinc.h445 #define SDL_strrchr strrchr macro
447 #define SDL_strrchr rindex macro
449 extern DECLSPEC char * SDLCALL SDL_strrchr(const char *string, int c);
/prebuilts/tools/windows/sdl/include/SDL/
H A DSDL_stdinc.h445 #define SDL_strrchr strrchr macro
447 #define SDL_strrchr rindex macro
449 extern DECLSPEC char * SDLCALL SDL_strrchr(const char *string, int c);

Completed in 76 milliseconds