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

  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_string.c 509 long SDL_strtol(const char *string, char **endp, int base)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h 483 #define SDL_strtol strtol
485 extern DECLSPEC long SDLCALL SDL_strtol(const char *string, char **endp, int base);
531 #define SDL_atoi(X) SDL_strtol(X, NULL, 0)
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 483 #define SDL_strtol strtol
485 extern DECLSPEC long SDLCALL SDL_strtol(const char *string, char **endp, int base);
531 #define SDL_atoi(X) SDL_strtol(X, NULL, 0)
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 483 #define SDL_strtol strtol
485 extern DECLSPEC long SDLCALL SDL_strtol(const char *string, char **endp, int base);
531 #define SDL_atoi(X) SDL_strtol(X, NULL, 0)
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 483 #define SDL_strtol strtol
485 extern DECLSPEC long SDLCALL SDL_strtol(const char *string, char **endp, int base);
531 #define SDL_atoi(X) SDL_strtol(X, NULL, 0)

Completed in 355 milliseconds