stralloc_0 - append \0 to a stralloc
Contents
Description
stralloc_0 appends \0 to a stralloc.
It is a shortcut for stralloc_append(sa,"").
Name
stralloc_0 - append \0 to a stralloc
Return Value
1 for success, 0 on memory allocation failure.
See Also
stralloc_append(3) stralloc_0(3)
Syntax
#include<libowfat/stralloc.h>
int stralloc_0(stralloc* sa);
