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

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