blob: 37fa7f0467087dd41c5b14457b1a6782c553f3a0 [file] [log] [blame]
#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);
}