diff options
| author | Douglas Rumbaugh <doug@douglasrumbaugh.com> | 2021-12-19 23:03:09 -0500 |
|---|---|---|
| committer | Douglas Rumbaugh <doug@douglasrumbaugh.com> | 2021-12-19 23:03:09 -0500 |
| commit | 4ebfcc2fdc9a48067a149652b91e6103e1f048c3 (patch) | |
| tree | 2d7d49dfad38ed6e68a354708d63589006d5c996 /util.h | |
| parent | 35633d45672d14bd798c478c45d1a17064701aa9 (diff) | |
| download | slock-4ebfcc2fdc9a48067a149652b91e6103e1f048c3.tar.gz | |
Applied Xresources patch
https://tools.suckless.org/slock/patches/xresources/
Diffstat (limited to 'util.h')
| -rw-r--r-- | 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); |