glibc/sysdeps/ieee754/ldbl-opt/nldbl-strtold.c
Jakub Jelinek 0ecb606cb6 2.5-18.1
2007-07-12 18:26:36 +00:00

11 lines
172 B
C

#define strtold strtold_XXX
#include "nldbl-compat.h"
#undef strtold
double
attribute_hidden
strtold (const char *nptr, char **endptr)
{
return strtod (nptr, endptr);
}