From a167f09bc24a9c1ecb8d9fbc1858708efb030b89 Mon Sep 17 00:00:00 2001 From: Johannes Herman Date: Mon, 28 Jul 2025 19:23:23 +0200 Subject: init, gaps + smartborders --- 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