replace eprint() functions with BSD error functions
This commit is contained in:
2
util.h
2
util.h
@ -1,5 +1,3 @@
|
||||
/* 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