Query: stralloc_free
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
stralloc_free(3) Library Functions Manual stralloc_free(3)NAMEstralloc_free - free storage associated with a strallocSYNTAX#include <stralloc.h> void stralloc_free(stralloc* sa);DESCRIPTIONstralloc_free returns the storage associated with sa to the system. Afterwards, the stralloc is unallocated.RETURN VALUEnone.SEE ALSOstralloc_ready(3) stralloc_free(3)