mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-15 01:21:06 +00:00
11 lines
178 B
C
11 lines
178 B
C
#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);
|
|||
}
|