~ruther/dwl

ref: f2c5023a3a6b9abd45c81e7547b111fb5ab119bf dwl/util.h -rw-r--r-- 166 bytes
f2c5023a — Lennart Jablonka dwl(1): use correct special characters for - and ' 1 year, 2 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);