Searched defs:SDL_strtol (Results 1 - 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_stdinc.h483 #define SDL_strtol strtol macro
485 extern DECLSPEC long SDLCALL SDL_strtol(const char *string, char **endp, int base);
531 #define SDL_atoi(X) SDL_strtol(X, NULL, 0)
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_string.c509 long SDL_strtol(const char *string, char **endp, int base) function

Completed in 204 milliseconds