logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

stralloc_free - free storage associated with a stralloc

Description

       stralloc_free  returns  the  storage  associated  with  sa  to  the  system.  Afterwards, the stralloc is
       unallocated.

Name

       stralloc_free - free storage associated with a stralloc

Return Value

       none.

See Also

stralloc_ready(3)

                                                                                                stralloc_free(3)

Syntax

#include<libowfat/stralloc.h>

       void stralloc_free(stralloc* sa);

See Also