• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/src/
1#ifndef _SAFE_MEMCLEAR_H_
2#define _SAFE_MEMCLEAR_H_
3
4/* size_t */
5#include <sys/types.h>
6
7void safe_memclear(void *s, size_t n);
8
9#endif
10