5 lines
100 B
C
5 lines
100 B
C
#ifndef FMT_SCALED_STRSIZE
|
|
#define FMT_SCALED_STRSIZE 7
|
|
#endif
|
|
int fmt_scaled(long long, char *);
|