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