Sponsor:

Your company here, and a link to your site. Click to find out more.

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