libowfat/stralloc/stralloc_free.3
leitner 5eb1cdf888 cleanups in stralloc and buffer:
int -> long for sizes
    char -> unsigned char for strings
2004-11-25 21:29:35 +00:00

15 lines
359 B
Groff

.TH stralloc_free 3
.SH NAME
stralloc_free \- free storage associated with a stralloc
.SH SYNTAX
.B #include <stralloc.h>
void \fBstralloc_free\fP(stralloc* \fIsa\fR);
.SH DESCRIPTION
stralloc_free returns the storage associated with \fIsa\fR to the
system. Afterwards, the stralloc is unallocated.
.SH "RETURN VALUE"
none.
.SH "SEE ALSO"
stralloc_ready(3)