You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
292 B
Groff

.TH stralloc_zero 3
.SH NAME
stralloc_zero \- set length of stralloc to 0
.SH SYNTAX
.B #include <libowfat/stralloc.h>
void \fBstralloc_zero\fP(stralloc* \fIsa\fR);
.SH DESCRIPTION
stralloc_zero sets the length of the stralloc to 0.
.SH "RETURN VALUE"
none.
.SH "SEE ALSO"
stralloc_copys(3)