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

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