mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-10 07:39:25 -04:00
7 lines
215 B
C
7 lines
215 B
C
/* $NetBSD: fmt_scaled.h,v 1.5 2015/04/03 23:58:19 christos Exp $ */
|
|
#ifndef FMT_SCALED_STRSIZE
|
|
#define FMT_SCALED_STRSIZE 7
|
|
#endif
|
|
int fmt_scaled(long long, char *);
|
|
int scan_scaled(const char *, long long *);
|