2001-02-02 17:54:47 +00:00
|
|
|
.TH stralloc_free 3
|
|
|
|
.SH NAME
|
|
|
|
stralloc_free \- free storage associated with a stralloc
|
|
|
|
.SH SYNTAX
|
|
|
|
.B #include <stralloc.h>
|
|
|
|
|
2002-10-21 14:59:02 +00:00
|
|
|
int \fBstralloc_free\fP(stralloc* \fIsa\fR);
|
2001-02-02 17:54:47 +00:00
|
|
|
.SH DESCRIPTION
|
|
|
|
stralloc_free returns the storage associated with \fIsa\fR to the
|
|
|
|
system. Afterwards, the stralloc is unallocated.
|
|
|
|
.SH "SEE ALSO"
|
|
|
|
stralloc_ready(3)
|