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

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