Searched defs:SDL_atoi (Results 1 – 1 of 1) sorted by relevance
529 #define SDL_atoi atoi macro531 #define SDL_atoi(X) SDL_strtol(X, NULL, 0) macro