~ruther/dwl

ref: 4f4c540bb9ec47c77ff30e1a7ddd7d00d63c67b2 dwl/util.h -rw-r--r-- 137 bytes
4f4c540b — Leonardo Hernández Hernández prevent a use-after-free at exit 1 year, 11 months 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);