util.h 166 B

123456
  1. /* See LICENSE.dwm file for copyright and license details. */
  2. void die(const char *fmt, ...);
  3. void *ecalloc(size_t nmemb, size_t size);
  4. int fd_set_nonblock(int fd);