summaryrefslogtreecommitdiff
path: root/wm/dwl/util.h
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2023-03-31 19:31:05 -0500
committerstkhan <personal@slickd.xyz>2023-03-31 19:31:05 -0500
commitc0092ba1563cd27086f968db59de420299508947 (patch)
tree884a818b8fea3fd164df662693656e608f5dc458 /wm/dwl/util.h
parent2de05c39dca4f8a3ca3dd016cfc2076a8a2ba5a9 (diff)
init2
Diffstat (limited to 'wm/dwl/util.h')
-rw-r--r--wm/dwl/util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/wm/dwl/util.h b/wm/dwl/util.h
new file mode 100644
index 0000000..4c94117
--- /dev/null
+++ b/wm/dwl/util.h
@@ -0,0 +1,4 @@
+/* See LICENSE.dwm file for copyright and license details. */
+
+void die(const char *fmt, ...);
+void *ecalloc(size_t nmemb, size_t size);