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