xref: /netbsd-src/crypto/external/bsd/openssh/dist/fmt_scaled.h (revision 63aea4bd5b445e491ff0389fe27ec78b3099dba3)
1 /*	$NetBSD: fmt_scaled.h,v 1.5 2015/04/03 23:58:19 christos Exp $	*/
2 #ifndef FMT_SCALED_STRSIZE
3 #define FMT_SCALED_STRSIZE	7
4 #endif
5 int   fmt_scaled(long long, char *);
6 int   scan_scaled(const char *, long long *);
7