sourcehut
Log in
—
Register
~kris
/
suckless
project
sources
slock
summary
tree
log
refs
ref:
c96e725df0c449abb5f1f6a3b604f64fa69c4756
slock
/util.h
-rw-r--r--
59 bytes
View
Log
View raw
Permalink
c96e725d
— FRIGN Use explicit strcmp() instead of inlining it
9 years ago
1
2
#undef explicit_bzero
void
explicit_bzero
(
void
*
,
size_t
);