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

  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_string.c 732 int SDL_sscanf(const char *text, const char *fmt, ...)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h 569 #define SDL_sscanf sscanf
571 extern DECLSPEC int SDLCALL SDL_sscanf(const char *text, const char *fmt, ...);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 569 #define SDL_sscanf sscanf
571 extern DECLSPEC int SDLCALL SDL_sscanf(const char *text, const char *fmt, ...);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 569 #define SDL_sscanf sscanf
571 extern DECLSPEC int SDLCALL SDL_sscanf(const char *text, const char *fmt, ...);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 569 #define SDL_sscanf sscanf
571 extern DECLSPEC int SDLCALL SDL_sscanf(const char *text, const char *fmt, ...);

Completed in 240 milliseconds