Xinqi Bao's Git
projects
/
slstatus.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
Add fmt_scaled util function
[slstatus.git]
/
util.h
diff --git
a/util.h
b/util.h
index
a73b103
..
bd05574
100644
(file)
--- a/
util.h
+++ b/
util.h
@@
-9,4
+9,5
@@
void warn(const char *, ...);
void die(const char *, ...);
const char *bprintf(const char *fmt, ...);
+const char *fmt_scaled(size_t);
int pscanf(const char *path, const char *fmt, ...);