Blob Blame History Raw
#define qfcvt qfcvt_XXX
#include "nldbl-compat.h"
#undef qfcvt

attribute_hidden
char *
qfcvt (double val, int ndigit, int *__restrict decpt, int *__restrict sign)
{
  return fcvt (val, ndigit, decpt, sign);
}