1  #define qfcvt_r qfcvt_r_XXX
       2  #include "nldbl-compat.h"
       3  #undef qfcvt_r
       4  
       5  int
       6  attribute_hidden
       7  qfcvt_r (double val, int ndigit, int *__restrict decpt, int *__restrict sign,
       8  	 char *__restrict buf, size_t len)
       9  {
      10    return fcvt_r (val, ndigit, decpt, sign, buf, len);
      11  }