Xinqi Bao's Git
faa1472f983da83dd4504251d7a003e4d3f3c3a0
1 /* See LICENSE file for copyright and license details. */
4 #define LEN(x) (sizeof (x) / sizeof *(x))
8 void warn(const char *, ...);
9 void die(const char *, ...);
11 int esnprintf(char *str
, size_t size
, const char *fmt
, ...);
12 const char *bprintf(const char *fmt
, ...);
13 const char *fmt_human(size_t num
, int iec
);
14 int pscanf(const char *path
, const char *fmt
, ...);