util.h 171 B

12345
  1. /* See LICENSE file for copyright and license details. */
  2. void *emallocz(unsigned int size);
  3. void eprint(const char *errstr, ...);
  4. void eprintn(const char *errstr, ...);