Free storage associated with a stralloc
#include <stralloc.h>
void stralloc_free(stralloc* sa);
stralloc_free returns the storage associated with sa to the system. Afterwards, the stralloc is unallocated.
none.
stralloc_ready(3)