~ruther/dwl

ref: 59c99308b0cad19f48fa0586aca40eaec58695a9 dwl/util.h -rw-r--r-- 166 bytes
59c99308 — Leonardo Hernández Hernández drop CAVEATS section from the man page 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);