From 3b4f2dd9894397c44ec0e10d4247e886c4f4c314 Mon Sep 17 00:00:00 2001 From: Nikita Langer Date: Mon, 6 Apr 2026 22:26:07 +0200 Subject: Initial Komm mit :) --- 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