diff options
| author | Marcel Screm <marcel@marcelscrem.com> | 2026-01-05 23:01:34 +0100 |
|---|---|---|
| committer | Marcel Screm <marcel@marcelscrem.com> | 2026-01-05 23:01:34 +0100 |
| commit | 569fc7aeef896e0ba1883702b475631a581f5449 (patch) | |
| tree | 3c13d9cdec00e67df732daaa1a5f53e5cb760dab /util.h | |
| parent | 7a016aa99ae7bb41663acf3d8221790adc50beb4 (diff) | |
Diffstat (limited to 'util.h')
| -rwxr-xr-x | util.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,2 +1,5 @@ +/* macros */ +#define LEN(a) (sizeof(a) / sizeof(a)[0]) + #undef explicit_bzero void explicit_bzero(void *, size_t); |
