summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt/nldbl-qfcvt.c
blob: 37fa7f0467087dd41c5b14457b1a6782c553f3a0 (plain)
1
2
3
4
5
6
7
8
9
10
#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);
}