1#define qfcvt qfcvt_XXX
2#include "nldbl-compat.h"
3#undef qfcvt
4
5attribute_hidden
6char *
7qfcvt (double val, int ndigit, int *__restrict decpt, int *__restrict sign)
8{
9 return fcvt (value: val, ndigit: ndigit, decpt: decpt, sign: sign);
10}
11

source code of glibc/sysdeps/ieee754/ldbl-opt/nldbl-qfcvt.c