glibc/sysdeps/ieee754/ldbl-opt/nldbl-qfcvt.c

11 lines
210 B
C

#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);
}