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

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 467 #define SDL_strtoul strtoul
469 extern DECLSPEC unsigned long SDLCALL SDL_strtoul(const char *string, char **endp, int base);
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 467 #define SDL_strtoul strtoul
469 extern DECLSPEC unsigned long SDLCALL SDL_strtoul(const char *string, char **endp, int base);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h 467 #define SDL_strtoul strtoul
469 extern DECLSPEC unsigned long SDLCALL SDL_strtoul(const char *string, char **endp, int base);
  /prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h 467 #define SDL_strtoul strtoul
469 extern DECLSPEC unsigned long SDLCALL SDL_strtoul(const char *string, char **endp, int base);
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_string.c 531 unsigned long SDL_strtoul(const char *string, char **endp, int base)
    [all...]

Completed in 195 milliseconds