From 569fc7aeef896e0ba1883702b475631a581f5449 Mon Sep 17 00:00:00 2001 From: Marcel Screm Date: Mon, 5 Jan 2026 23:01:34 +0100 Subject: added xresources patch --- util.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'util.h') diff --git a/util.h b/util.h index 6f748b8..148dbc1 100755 --- a/util.h +++ b/util.h @@ -1,2 +1,5 @@ +/* macros */ +#define LEN(a) (sizeof(a) / sizeof(a)[0]) + #undef explicit_bzero void explicit_bzero(void *, size_t); -- cgit v1.2.3