glibc/sysdeps/ieee754/ldbl-opt/nldbl-qfcvt.c
Jakub Jelinek 0ecb606cb6 2.5-18.1
2007-07-12 18:26:36 +00:00

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