#include double strtod(const char *s, char **p) { return strtold(s, p); }