1
0
mirror of https://github.com/alrayyes/st synced 2023-11-14 15:56:30 +00:00
st/util.h

6 lines
171 B
C
Raw Normal View History

2008-06-10 15:56:57 +00:00
/* See LICENSE file for copyright and license details. */
void *emallocz(unsigned int size);
void eprint(const char *errstr, ...);
void eprintn(const char *errstr, ...);