~ruther/dwl

ref: d1c2f434983562bd7d2ace15ab0c05155be603bc dwl/util.h -rw-r--r-- 166 bytes
d1c2f434 — Leonardo Hernández Hernández rename some listeners 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);