14 lines
290 B
Groff
Raw Normal View History

2001-02-02 17:54:47 +00:00
.TH byte_zero 3
.SH NAME
byte_zero \- initialize a string
.SH SYNTAX
.B #include <byte.h>
2006-11-07 17:56:05 +00:00
void \fBbyte_zero\fP(char *\fIout\fR,size_t \fIlen\fR);
2001-02-02 17:54:47 +00:00
.SH DESCRIPTION
\fIbyte_zero\fR sets \fIout\fR[0], \fIout\fR[1], ...,
\fIout\fR[\fIlen\fR-1] to 0.
.SH "SEE ALSO"
byte_copy(3), byte_copyr(3)