hdtoa.c | 1 /* $NetBSD: hdtoa.c,v 1.14 2024/06/09 15:06:07 jakllsch Exp $ */ 33 __RCSID("$NetBSD: hdtoa.c,v 1.14 2024/06/09 15:06:07 jakllsch Exp $"); 149 hdtoa(double d, const char *xdigs, int ndigits, int *decpt, int *sign, function in typeref:typename:char * 259 * This is the long double version of hdtoa(). 374 return (hdtoa((double)e, xdigs, ndigits, decpt, sign, rve));
|