repo.or.cz
/
lighttpd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
build with libressl
[lighttpd.git]
/
src
/
safe_memclear.h
blob
0baf8954485bcce6336088ce0f2432edacf17627
1
#ifndef _SAFE_MEMCLEAR_H_
2
#define _SAFE_MEMCLEAR_H_
3
#include
"first.h"
4
5
/* size_t */
6
#include <sys/types.h>
7
8
void
safe_memclear
(
void
*
s
,
size_t
n
);
9
10
#endif