Ubuntu Manpages

stralloc_free

free storage associated with a stralloc

#include <libowfat/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)