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)
| Related Man Pages |
|---|
| buffer_get_new_token_sa_pred(3) - debian |
| buffer_get_token_sa_pred(3) - debian |
| acl_init(3) - freebsd |
| acl_init(3) - suse |
| acl_init(3) - osf1 |
| Similar Topics in the Unix Linux Community |
|---|
| Introduction |
| Detecting unused variables... |
| One instance of comparing grep and awk |
| Find columns in a file based on header and print to new file |
| My first PERL incarnation... Audio Oscillograph |