Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
stralloc_free(3)	    Library Functions Manual		stralloc_free(3)

NAME
     stralloc_free - free storage associated with a stralloc

SYNTAX
     #include <libowfat/stralloc.h>

     void stralloc_free(stralloc* sa);

DESCRIPTION
     stralloc_free returns the storage associated with sa to the system.  After-
     wards, the stralloc is unallocated.

RETURN VALUE
     none.

SEE ALSO
     stralloc_ready(3)

								stralloc_free(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=libowfat_stralloc_free&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help