(root)/
glibc-2.38/
sysdeps/
ieee754/
ldbl-opt/
nldbl-wcstold_l.c
       1  #define wcstold_l wcstold_l_XXX
       2  #define __wcstold_l __wcstold_l_XXX
       3  #include "nldbl-compat.h"
       4  #undef wcstold_l
       5  #undef __wcstold_l
       6  
       7  double
       8  attribute_hidden
       9  __wcstold_l (const wchar_t *nptr, wchar_t **endptr, locale_t loc)
      10  {
      11    return __wcstod_l (nptr, endptr, loc);
      12  }
      13  extern __typeof (__wcstold_l) wcstold_l attribute_hidden;
      14  weak_alias (__wcstold_l, wcstold_l)