.TH bzero() "" "" "Sockets Function (libsocket)"
.PC "Initialize memory to NUL"
\fBvoid bzero(\fIaddress\^\fB, \fIsize\^\fB)\fR
\fBchar *\fIaddress\^\fB;\fR
\fBint \fIsize\^\fB;\fR
.PP
The function
.B bzero()
initializes
.I size
bytes of memory to NUL, beginning at
.IR address .
.SH "See Also"
.Xr libsocket, libsocket
.Xr memset() memset
.SH "Notes"
.B bzero()
is included for compatibility with Berkeley socket code.
It is equivalent to the standard C function
.BR memset() .
