~ruther/dwl

ref: ea6a4501213e73119c4f17c05d7122fcbb9bfd0d dwl/util.h -rw-r--r-- 166 bytes
ea6a4501 — A Frederick Christensen README.md Fix links formatting issue after re-flow text to 80 columns 1 year, 2 months ago
                                                                                
1
2
3
4
5
/* See LICENSE.dwm file for copyright and license details. */

void die(const char *fmt, ...);
void *ecalloc(size_t nmemb, size_t size);
int fd_set_nonblock(int fd);