about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-opt/nldbl-qfcvt.c
blob: 43a9c8e52e16288fa3335aab85c5f4e32bea8cd5 (plain) (blame)
1
2
3
4
5
6
7
8
9
#define qfcvt qfcvt_XXX
#include "nldbl-compat.h"
#undef qfcvt

char *
qfcvt (double val, int ndigit, int *__restrict decpt, int *__restrict sign)
{
  return fcvt (val, ndigit, decpt, sign);
}