stralloc_free(3) 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.