stralloc_zero - set length of stralloc to 0
Contents
Description
stralloc_zero sets the length of the stralloc to 0.
Name
stralloc_zero - set length of stralloc to 0
Return Value
none.
See Also
stralloc_copys(3) stralloc_zero(3)
Syntax
#include<libowfat/stralloc.h>
void stralloc_zero(stralloc* sa);
