diff options
Diffstat (limited to 'slock/util.h')
| -rw-r--r--[-rwxr-xr-x] | slock/util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/slock/util.h b/slock/util.h index 6f748b8..148dbc1 100755..100644 --- a/slock/util.h +++ b/slock/util.h @@ -1,2 +1,5 @@ +/* macros */ +#define LEN(a) (sizeof(a) / sizeof(a)[0]) + #undef explicit_bzero void explicit_bzero(void *, size_t); |
