1stralloc_free(3) Library Functions Manual stralloc_free(3)
23
4
NAME
6stralloc_free - free storage associated with a stralloc
7
SYNTAX
9#include <stralloc.h>
1011
void stralloc_free(stralloc* sa);
12
DESCRIPTION
14stralloc_free returns the storage associated with sa to the system.
15Afterwards, the stralloc is unallocated.
16
RETURN VALUE
18none.
19
SEE ALSO
21stralloc_ready(3)
2223
24
25
stralloc_free(3)