Return to safe_memclear.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / lighttpd / src |
1.1 ! misho 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