Xinqi Bao's Git
projects
/
st.git
/ blob
summary
|
log
|
commit
|
diff
|
tree
history
|
raw
|
HEAD
make local functions and variables static
[st.git]
/
util.h
1
/* See LICENSE file for copyright and license details. */
2
3
void
*
emallocz
(
unsigned int
size
);
4
void
eprint
(
const char
*
errstr
, ...);
5
void
eprintn
(
const char
*
errstr
, ...);