bzero – write zero-valued bytes USAGE #include <strings.h>
void bzero(void *s, size_t n);
DESCRIPTION The bzero() function sets the first n bytes of the byte area starting at s to zero [...]