table of contents
stralloc_0(3) | Library Functions Manual | stralloc_0(3) |
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,"").