mirror of /home/gitosis/repositories/libowfat.git
Mirror of :pserver:cvs@cvs.fefe.de:/cvs libowfat
https://www.fefe.de/libowfat/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
297 B
13 lines
297 B
.TH byte_zero 3 |
|
.SH NAME |
|
byte_zero \- initialize a string |
|
.SH SYNTAX |
|
.B #include <byte.h> |
|
|
|
void \fBbyte_zero\fP(char *\fIout\fR,unsigned long \fIlen\fR); |
|
.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)
|
|
|