2 * This file tries to make up for the difference between OpenBSD's
3 * <util.h> and FreeBSD's <libutil.h>.
7 * fmt_scaled(3) specific flags. (from OpenBSD util.h)
9 #define FMT_SCALED_STRSIZE 7 /* minus sign, 4 digits, suffix, null byte */
11 int fmt_scaled(long long number
, char *result
);