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

attribute_hidden
char *
qgcvt (double val, int ndigit, char *buf)
{
  return gcvt (val, ndigit, buf);
}