summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt/nldbl-qecvt.c
blob: cda1e7461e39c345984a64f2c83aeb53cf7b3ef2 (plain)
1
2
3
4
5
6
7
8
9
#define qecvt qecvt_XXX
#include "nldbl-compat.h"
#undef qecvt

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