mirror of /home/gitosis/repositories/libowfat.git
Mirror of :pserver:cvs@cvs.fefe.de:/cvs libowfat
https://www.fefe.de/libowfat/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
333 B
12 lines
333 B
.TH stralloc_free 3 |
|
.SH NAME |
|
stralloc_free \- free storage associated with a stralloc |
|
.SH SYNTAX |
|
.B #include <stralloc.h> |
|
|
|
int \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 "SEE ALSO" |
|
stralloc_ready(3)
|
|
|