#include long double strtold_l (const char *n, char **end, locale_t l) { return strtold(n, end); }