Searched refs:SDL_strtod (Results 1 - 3 of 3) sorted by relevance

/prebuilts/tools/darwin-x86/sdl/include/SDL/
H A DSDL_stdinc.h523 #define SDL_strtod strtod macro
525 extern DECLSPEC double SDLCALL SDL_strtod(const char *string, char **endp);
537 #define SDL_atof(X) SDL_strtod(X, NULL)
/prebuilts/tools/linux-x86/sdl/include/SDL/
H A DSDL_stdinc.h523 #define SDL_strtod strtod macro
525 extern DECLSPEC double SDLCALL SDL_strtod(const char *string, char **endp);
537 #define SDL_atof(X) SDL_strtod(X, NULL)
/prebuilts/tools/windows/sdl/include/SDL/
H A DSDL_stdinc.h523 #define SDL_strtod strtod macro
525 extern DECLSPEC double SDLCALL SDL_strtod(const char *string, char **endp);
537 #define SDL_atof(X) SDL_strtod(X, NULL)

Completed in 60 milliseconds