nixos-dotfiles

nixos-dotfiles

https://git.tonybtw.com/nixos-dotfiles.git git://git.tonybtw.com/nixos-dotfiles.git
166 bytes raw
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);