1
0
mirror of git://git.suckless.org/st synced 2025-05-19 06:30:23 -07:00
st/util.h
2008-06-10 17:56:57 +02:00

6 lines
171 B
C

/* See LICENSE file for copyright and license details. */
void *emallocz(unsigned int size);
void eprint(const char *errstr, ...);
void eprintn(const char *errstr, ...);