strpct.c | 1 /* $NetBSD: strpct.c,v 1.6 2025/05/13 04:50:45 rillig Exp $ */ 43 __RCSID("$NetBSD: strpct.c,v 1.6 2025/05/13 04:50:45 rillig Exp $"); 70 (void)strpct(buf + sign, bufsiz - sign, imax_abs(numerator), 117 strpct(char *buf, size_t bufsiz, uintmax_t numerator, uintmax_t denominator, function in typeref:typename:char *
|