JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
source utility functions out to util.c
[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, ...);