summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt/nldbl-wcstold.c
blob: dbaffaa486b6515c368cba60e7e1a9f9d9b166e6 (plain)
1
2
3
4
5
6
7
8
9
10
#define wcstold wcstold_XXX
#include "nldbl-compat.h"
#undef wcstold

double
attribute_hidden
wcstold (const wchar_t *nptr, wchar_t **endptr)
{
  return wcstod (nptr, endptr);
}