diff options
| author | Joel Stålnacke <joel@saker.fi> | 2025-07-26 21:09:26 +0300 |
|---|---|---|
| committer | Joel Stålnacke <joel@saker.fi> | 2025-07-26 21:09:26 +0300 |
| commit | 63506e59366acddf4a9e017ad8aebeadcf58c164 (patch) | |
| tree | 2fa106661b85497fc1d63b7743a78e523ab48fba /lib/common.h | |
| parent | 53f68bb7b0dce309723675c4b97f726a469031c0 (diff) | |
Diffstat (limited to 'lib/common.h')
| -rw-r--r-- | lib/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
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])) |
