dwl/util.h

7 lines
186 B
C
Raw Normal View History

/* See LICENSE.dwm file for copyright and license details. */
2026-04-21 14:11:09 +00:00
#include <stddef.h>
void die(const char *fmt, ...);
void *ecalloc(size_t nmemb, size_t size);
2024-06-27 13:19:16 -06:00
int fd_set_nonblock(int fd);