aboutsummaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorawy <awy@tutamail.com>2024-08-25 16:13:26 +0300
committerawy <awy@tutamail.com>2024-08-25 16:13:26 +0300
commit5f9b454cda0ad1ab9bf689f487c5386cd05737e5 (patch)
treee77b1caa41b60db1cc0b6442bcfb16dbe1b85282 /util.h
upload
Diffstat (limited to 'util.h')
-rw-r--r--util.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/util.h b/util.h
new file mode 100644
index 0000000..226980d
--- /dev/null
+++ b/util.h
@@ -0,0 +1,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);