dwl/util.h
Leonardo Hernández Hernández 3d6adafea3
set O_NONBLOCK flag to stdout
2024-06-27 13:31:28 -06:00

6 lines
166 B
C

/* 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);