1
0
Fork 1
mirror of https://codeberg.org/dwl/dwl.git synced 2025-01-18 23:07:28 -08:00
dwl/util.h

5 lines
137 B
C
Raw Normal View History

/* See LICENSE.dwm file for copyright and license details. */
void die(const char *fmt, ...);
void *ecalloc(size_t nmemb, size_t size);