man stralloc_zero () - set length of stralloc to 0
NAME
stralloc_zero - set length of stralloc to 0
SYNTAX
#include <stralloc.h>
void stralloc_zero(stralloc* sa);
DESCRIPTION
stralloc_zero sets the length of the stralloc to 0.
RETURN VALUE
none.
stralloc_zero - set length of stralloc to 0
#include <stralloc.h>
void stralloc_zero(stralloc* sa);
stralloc_zero sets the length of the stralloc to 0.
none.