1 #define wcstold_l wcstold_l_XXX
2 #define __wcstold_l __wcstold_l_XXX
3 #include "nldbl-compat.h"
9 __wcstold_l (const wchar_t *nptr
, wchar_t **endptr
, locale_t loc
)
11 return __wcstod_l (nptr
, endptr
, loc
);
13 extern __typeof (__wcstold_l
) wcstold_l attribute_hidden
;
14 weak_alias (__wcstold_l
, wcstold_l
)