~ruther/dwl

ref: 51881da27bc95f303ec249ccc51eb9a8e0ee6ca1 dwl/util.h -rw-r--r-- 166 bytes
51881da2 — Leonardo Hernández Hernández bump version to 0.8-dev 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);