stralloc_free
free storage associated with a stralloc
- Provided by: libowfat-dev (Version: 0.32-4.1build1)
- Source: libowfat
- Report a bug
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.