1 /* See LICENSE file for copyright and license details. */
10 ecalloc(size_t nmemb
, size_t size
)
14 if (!(p
= calloc(nmemb
, size
)))
20 die(const char *fmt
, ...) {
24 vfprintf(stderr
, fmt
, ap
);
27 if (fmt
[0] && fmt
[strlen(fmt
)-1] == ':') {