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
308 B
Groff

.TH stralloc_zero 3
.SH NAME
stralloc_zero \- set length of stralloc to 0
.SH SYNTAX
.B #include <stralloc.h>
int \fBstralloc_zero\fP(stralloc* \fIsa\fR);
.SH DESCRIPTION
stralloc_zero sets the length of the stralloc to 0.
It is a shortcut for stralloc_copys(\fIsa\fR,"").
.SH "SEE ALSO"
stralloc_copys(3)