~ruther/dwl

ref: 9c05b9622c7aa3a0874c49231249cf1859e2d031 dwl/util.h -rw-r--r-- 166 bytes
9c05b962 — Leonardo Hernández Hernández fix style for client_set_scale() 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);