From 5f9b454cda0ad1ab9bf689f487c5386cd05737e5 Mon Sep 17 00:00:00 2001 From: awy Date: Sun, 25 Aug 2024 16:13:26 +0300 Subject: upload --- util.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 util.h (limited to 'util.h') 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); -- cgit v1.2.3