2001-02-02 17:54:47 +00:00
|
|
|
.TH stralloc_free 3
|
|
|
|
.SH NAME
|
|
|
|
stralloc_free \- free storage associated with a stralloc
|
|
|
|
.SH SYNTAX
|
2017-05-13 22:51:26 +00:00
|
|
|
.B #include <libowfat/stralloc.h>
|
2001-02-02 17:54:47 +00:00
|
|
|
|
2004-11-25 21:29:35 +00:00
|
|
|
void \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.
|
2004-11-25 21:29:35 +00:00
|
|
|
.SH "RETURN VALUE"
|
|
|
|
none.
|
2001-02-02 17:54:47 +00:00
|
|
|
.SH "SEE ALSO"
|
|
|
|
stralloc_ready(3)
|