stralloc_0
append \0 to a stralloc
- Provided by: libowfat-dev (Version: 0.32-4.1build1)
- Source: libowfat
- Report a bug
append \0 to a stralloc
#include <libowfat/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.