Home
last modified time | relevance | path

Searched refs:SDL_strtoul (Results 1 – 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/include/
DSDL_stdinc.h467 #define SDL_strtoul strtoul macro
469 extern DECLSPEC unsigned long SDLCALL SDL_strtoul(const char *string, char **endp, int base);
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
DSDL_string.c531 unsigned long SDL_strtoul(const char *string, char **endp, int base) in SDL_strtoul() function