source utility functions out to util.c
This commit is contained in:
5
util.h
Normal file
5
util.h
Normal file
@ -0,0 +1,5 @@
|
||||
/* See LICENSE file for copyright and license details. */
|
||||
|
||||
void *emallocz(unsigned int size);
|
||||
void eprint(const char *errstr, ...);
|
||||
void eprintn(const char *errstr, ...);
|
Reference in New Issue
Block a user