stralloc_free - Man Page
free storage associated with a stralloc
Syntax
#include <stralloc.h>
void stralloc_free(stralloc* sa);
Description
stralloc_free returns the storage associated with sa to the system. Afterwards, the stralloc is unallocated.
Return Value
none.