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