Xinqi Bao's Git
projects
/
slstatus.git
/ blob
6f47e856c4e8a799a18709db9eec6ca95ac06943
[slstatus.git]
/
util.h
1
static char
buf
[
1024
];
2
3
#define LEN(x) (sizeof (x) / sizeof *(x))
4
5
const char
*
bprintf
(
const char
*
fmt
, ...);
6
int
pscanf
(
const char
*
path
,
const char
*
fmt
, ...);