blob: b935d0962e3634332da0c9db9e9b058e8db0934e [file] [log] [blame]
#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);
}