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