This repository has been archived on 2021-04-22. You can view files and clone it, but cannot push or open issues/pull-requests.
|
/* See LICENSE file for copyright and license details. */
|
|
|
|
void *emallocz(unsigned int size);
|
|
void eprint(const char *errstr, ...);
|
|
void eprintn(const char *errstr, ...);
|