summaryrefslogtreecommitdiff
path: root/util.h
blob: 4c9411756086459dcbad98a5ceb5718c0cc25f23 (plain)
1
2
3
4
/* See LICENSE.dwm file for copyright and license details. */

void die(const char *fmt, ...);
void *ecalloc(size_t nmemb, size_t size);