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

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

Completed in 53 milliseconds