aboutsummaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorMarcel Screm <marcel@marcelscrem.com>2026-01-05 23:01:34 +0100
committerMarcel Screm <marcel@marcelscrem.com>2026-01-05 23:01:34 +0100
commit569fc7aeef896e0ba1883702b475631a581f5449 (patch)
tree3c13d9cdec00e67df732daaa1a5f53e5cb760dab /util.h
parent7a016aa99ae7bb41663acf3d8221790adc50beb4 (diff)
added xresources patchHEADmaster
Diffstat (limited to 'util.h')
-rwxr-xr-xutil.h3
1 files changed, 3 insertions, 0 deletions
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);