source utility functions out to util.c
This commit is contained in:
parent
05ebee6084
commit
5f28725471
6 changed files with 46 additions and 39 deletions
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, ...);
|
Loading…
Add table
Add a link
Reference in a new issue