Xinqi Bao's Git
projects
/
slstatus.git
/ blob
summary
|
log
|
commit
|
diff
|
tree
history
|
raw
|
HEAD
entropy: Small fix
[slstatus.git]
/
util.h
1
/* See LICENSE file for copyright and license details. */
2
extern
char
buf
[
1024
];
3
4
#define LEN(x) (sizeof (x) / sizeof *(x))
5
6
const char
*
bprintf
(
const char
*
fmt
, ...);
7
int
pscanf
(
const char
*
path
,
const char
*
fmt
, ...);