~ruther/dwl

ref: aab397c30b9b9e4223a4f408431eb3aa5521cb92 dwl/util.h -rw-r--r-- 137 bytes
aab397c3 — Leonardo Hernández Hernández new functions ecalloc() and die() 3 years ago
                                                                                
1
2
3
4
/* See LICENSE.dwm file for copyright and license details. */

void die(const char *fmt, ...);
void *ecalloc(size_t nmemb, size_t size);
Do not follow this link