Xinqi Bao's Git
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 const char *bprintf(const char *fmt
, ...);
12 int pscanf(const char *path
, const char *fmt
, ...);