aboutsummaryrefslogtreecommitdiffhomepage
path: root/util.h
blob: 34db193d76a64b823891cf658b68ebfb16808cb5 (plain)
1
2
3
4
5
/* See LICENSE file for copyright and license details. */

void *emallocz(unsigned int size);
void eprint(const char *errstr, ...);
void eprintn(const char *errstr, ...);