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

FreeBSD Manual Pages

  
 
  

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

NAME
     stralloc_0 - append \0 to a stralloc

SYNTAX
     #include <libowfat/stralloc.h>

     int stralloc_0(stralloc* sa);

DESCRIPTION
     stralloc_0 appends \0 to a stralloc.

     It is a shortcut for stralloc_append(sa,"").

RETURN VALUE
     1 for success, 0 on memory allocation failure.

SEE ALSO
     stralloc_append(3)

								   stralloc_0(3)

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

home | help