replace eprint() functions with BSD error functions
This commit is contained in:
parent
d83cbc27b9
commit
f982c1c37c
5 changed files with 31 additions and 45 deletions
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, ...);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue