(root)/
glibc-2.38/
sysdeps/
ieee754/
ldbl-opt/
nldbl-qecvt.c
       1  #define qecvt qecvt_XXX
       2  #include "nldbl-compat.h"
       3  #undef qecvt
       4  
       5  attribute_hidden
       6  char *
       7  qecvt (double val, int ndigit, int *__restrict decpt, int *__restrict sign)
       8  {
       9    return ecvt (val, ndigit, decpt, sign);
      10  }