1 #ifndef FMT_SCALED_STRSIZE 2 #define FMT_SCALED_STRSIZE 7 3 #endif 4 int fmt_scaled(long long, char *); 5