summaryrefslogtreecommitdiff
path: root/data/lighttpd/lighttpd-1.4.53/src/safe_memclear.h
blob: 9fd2563648e42915b72e701b36d6e78f8086dc46 (plain)
1
2
3
4
5
6
7
#ifndef _SAFE_MEMCLEAR_H_
#define _SAFE_MEMCLEAR_H_
#include "first.h"

void safe_memclear(void *s, size_t n);

#endif