~ruther/dwl

ref: 4456f4536a483c127909151a84d7b62da4f40e8b dwl/util.h -rw-r--r-- 166 bytes
4456f453 — DreamMaoMao fix: shouldn't configure uninitialized layer_surface 7 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);