ldtoa.c | 1 /* $NetBSD: ldtoa.c,v 1.6 2019/08/01 02:27:43 riastradh Exp $ */ 33 __RCSID("$NetBSD: ldtoa.c,v 1.6 2019/08/01 02:27:43 riastradh Exp $"); 47 * ldtoa() is a wrapper for gdtoa() that makes it smell like dtoa(), 51 * use INT_MAX in ldtoa() instead. 54 ldtoa(long double *ld, int mode, int ndigits, int *decpt, int *sign, char **rve) function in typeref:typename:char *
|