Xinqi Bao's Git
1 /* See LICENSE file for copyright and license details. */
4 #define LEN(x) (sizeof (x) / sizeof *(x))
6 #define UNUSED(x) (void)x
8 const char *bprintf(const char *fmt
, ...);
9 int pscanf(const char *path
, const char *fmt
, ...);