From 63506e59366acddf4a9e017ad8aebeadcf58c164 Mon Sep 17 00:00:00 2001 From: Joel Stålnacke Date: Sat, 26 Jul 2025 21:09:26 +0300 Subject: Old changes --- lib/common.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 lib/common.h (limited to 'lib/common.h') diff --git a/lib/common.h b/lib/common.h new file mode 100644 index 0000000..d6d8816 --- /dev/null +++ b/lib/common.h @@ -0,0 +1 @@ +#define LENGTH(x) (sizeof(x) / sizeof(x[0])) -- cgit v1.2.3