1#define wcstold wcstold_XXX
2#include "nldbl-compat.h"
3#undef wcstold
4
5double
6attribute_hidden
7wcstold (const wchar_t *nptr, wchar_t **endptr)
8{
9 return wcstod (nptr: nptr, endptr: endptr);
10}
11

source code of glibc/sysdeps/ieee754/ldbl-opt/nldbl-wcstold.c