~ruther/dwl

ref: aa69ed81b558f74e470e69cdcd442f9048ee624c dwl/util.h -rw-r--r-- 166 bytes
aa69ed81 — korei999 allocate with LISTEN_STATIC 8 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);