Searched refs:SDL_strtod (Results 1 – 2 of 2) sorted by relevance
523 #define SDL_strtod strtod macro525 extern DECLSPEC double SDLCALL SDL_strtod(const char *string, char **endp);537 #define SDL_atof(X) SDL_strtod(X, NULL)
653 double SDL_strtod(const char *string, char **endp) in SDL_strtod() function