dwl/util.h
Leonardo Hernández Hernández 71f11e6cf6
set O_NONBLOCK flag to stdout
2024-07-01 20:40:54 -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);