File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / lighttpd / src / safe_memclear.h
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Nov 2 10:35:00 2016 UTC (7 years, 7 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

#ifndef _SAFE_MEMCLEAR_H_
#define _SAFE_MEMCLEAR_H_
#include "first.h"

/* size_t */
#include <sys/types.h>

void safe_memclear(void *s, size_t n);

#endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>