stralloc_free(3) debian man page | unix.com

Man Page: stralloc_free

Operating Environment: debian

Section: 3

stralloc_free(3)					     Library Functions Manual						  stralloc_free(3)

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) stralloc_free(3)
Related Man Pages
buffer_get_token_sa(3) - debian
stralloc(3) - debian
acl_init(3) - freebsd
acl_init(3) - suse
acl_from_text(3) - osf1
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Introduction
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?