dotfiles

my shiny new dotfiles
git clone git://git.jakekoroman.com/dotfiles
Log | Files | Refs | README

util.h (137B)


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