BZERO
NAME SYNOPSIS DESCRIPTION RETURN VALUE CONFORMING TO SEE ALSO
bzero - write zeros to a byte string
#include s, size_t n);
The bzero() function sets the first n bytes of the byte string s to zero.
The bzero() function returns no value.
4.3BSD. This function is deprecated -- use memset in new programs.
3 pages link to bzero(3):