HomeSort by relevance Sort by last modified time
    Searched defs:SDL_strrev (Results 1 - 5 of 5) sorted by null

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 397 #define SDL_strrev _strrev
399 extern DECLSPEC char * SDLCALL SDL_strrev(char *string);
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_string.c 366 char *SDL_strrev(char *string)
477 SDL_strrev(string+1);
479 SDL_strrev(string);
502 SDL_strrev(string);
575 SDL_strrev(string+1);
577 SDL_strrev(string);
600 SDL_strrev(string);
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 397 #define SDL_strrev _strrev
399 extern DECLSPEC char * SDLCALL SDL_strrev(char *string);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 397 #define SDL_strrev _strrev
399 extern DECLSPEC char * SDLCALL SDL_strrev(char *string);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 397 #define SDL_strrev _strrev
399 extern DECLSPEC char * SDLCALL SDL_strrev(char *string);

Completed in 136 milliseconds