Files

6 lines
166 B
C
Raw Permalink Normal View History

2022-03-15 15:52:26 -06:00
/* See LICENSE.dwm file for copyright and license details. */
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);