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

NAME

6       stralloc_init - initialize a stralloc
7

SYNTAX

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

DESCRIPTION

14       stralloc_init initializes a stralloc to the empty string.
15
16       It does not free any memory previously associated with a stralloc.  Use
17       stralloc_free(3) for that.  If you just want to empty a  stralloc,  use
18       stralloc_zero(sa) instead.
19

RETURN VALUE

21       none.
22

SEE ALSO

24       stralloc_free(3), stralloc_copys(3)
25
26
27
28                                                              stralloc_init(3)
Impressum