Xinqi Bao's Git
projects
/
st.git
/ blob
34db193d76a64b823891cf658b68ebfb16808cb5
[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
, ...);