1stralloc_free(3)           Library Functions Manual           stralloc_free(3)
2
3
4

NAME

6       stralloc_free - free storage associated with a stralloc
7

SYNTAX

9       #include <stralloc.h>
10
11       void stralloc_free(stralloc* sa);
12

DESCRIPTION

14       stralloc_free  returns  the  storage  associated with sa to the system.
15       Afterwards, the stralloc is unallocated.
16

RETURN VALUE

18       none.
19

SEE ALSO

21       stralloc_ready(3)
22
23
24
25                                                              stralloc_free(3)
Impressum