~ruther/dwl

ref: 8206cc8889994b3e9ce3c50abefc19367cf49a8e dwl/util.h -rw-r--r-- 166 bytes
8206cc88 — Guido Cella fix a use after free 1 year, 1 month 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);