Sponsor:

Your company here — click to reach over 10,000 unique daily visitors

stralloc_free - Man Page

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).