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.
15 lines
449 B
15 lines
449 B
.TH stralloc_init 3 |
|
.SH NAME |
|
stralloc_init \- initialize a stralloc |
|
.SH SYNTAX |
|
.B #include <stralloc.h> |
|
|
|
int \fBstralloc_init\fP(stralloc* \fIsa\fR); |
|
.SH DESCRIPTION |
|
stralloc_init initializes a stralloc to the empty string. |
|
|
|
It does not free any memory previously associated with a stralloc. Use |
|
stralloc_free(3) for that. If you just want to empty a stralloc, use |
|
stralloc_copys(sa,"") instead. |
|
.SH "SEE ALSO" |
|
stralloc_free(3), stralloc_copys(3)
|
|
|