DOKK / manpages / debian 10 / libowfat-dev / stralloc_0.3.en
stralloc_0(3) Library Functions Manual stralloc_0(3)

stralloc_0 - append \0 to a stralloc

#include <stralloc.h>

int stralloc_0(stralloc* sa);

stralloc_0 appends \0 to a stralloc.

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

1 for success, 0 on memory allocation failure.

stralloc_append(3)