table of contents
other versions
- Tumbleweed 0.34-2.1
- Leap-16.0
stralloc_free(3) | Library Functions Manual | stralloc_free(3) |
NAME¶
stralloc_free - free storage associated with a stralloc
SYNTAX¶
#include <libowfat/stralloc.h>
void stralloc_free(stralloc* sa);
DESCRIPTION¶
stralloc_free returns the storage associated with sa to the system. Afterwards, the stralloc is unallocated.
RETURN VALUE¶
none.