debian man page for stralloc_0

Query: stralloc_0

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

stralloc_0(3)						     Library Functions Manual						     stralloc_0(3)

NAME
stralloc_0 - append to a stralloc
SYNTAX
#include <stralloc.h> int stralloc_0(stralloc* sa);
DESCRIPTION
stralloc_0 appends 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)
Related Man Pages
tcl_dstringappend(3) - mojave
buffer_get_token_sa(3) - debian
buffer_get_new_token_sa_pred(3) - debian
buffer_get_token_sa_pred(3) - debian
reallocf(3) - debian
Similar Topics in the Unix Linux Community
Help with djbdns code