~ruther/dwl

ref: de57f6c315f0ad70b68e083ae9a1822e43f01586 dwl/util.h -rw-r--r-- 166 bytes
de57f6c3 — A Frederick Christensen Cleanup comments 4 months ago
                                                                                
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);