stralloc_free(3) - Linux man page

Name

stralloc_free - free storage associated with a stralloc

Syntax

#include <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.

See Also

stralloc_ready(3)

Referenced By

stralloc_init(3)