dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

util.h (166B)


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