1stralloc_zero(3) Library Functions Manual stralloc_zero(3)
23
4
NAME
6stralloc_zero - set length of stralloc to 0
7
SYNTAX
9#include <stralloc.h>
1011
void stralloc_zero(stralloc* sa);
12
DESCRIPTION
14stralloc_zero sets the length of the stralloc to 0.
15
RETURN VALUE
17none.
18
SEE ALSO
20stralloc_copys(3)
2122
23
24
stralloc_zero(3)