stralloc_0(3) - Linux man page
Name
stralloc_0 - append \0 to a strallocSyntax
#include <stralloc.h>int stralloc_0(stralloc* sa);
Description
stralloc_0 appends \0 to a stralloc.It is a shortcut for stralloc_append(sa,"").
int stralloc_0(stralloc* sa);
It is a shortcut for stralloc_append(sa,"").