1 #define strtold strtold_XXX
2 #include "nldbl-compat.h"
3 #undef strtold
4
5 double
6 attribute_hidden
7 strtold (const char *nptr, char **endptr)
8 {
9 return strtod (nptr, endptr);
10 }