Home
last modified time | relevance | path

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

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