|
NAMEstralloc_0 - append \0 to a strallocSYNTAX#include <libowfat/stralloc.h>int stralloc_0(stralloc* sa); DESCRIPTIONstralloc_0 appends \0 to a stralloc.It is a shortcut for stralloc_append(sa,""). RETURN VALUE1 for success, 0 on memory allocation failure.SEE ALSOstralloc_append(3) Visit the GSP FreeBSD Man Page Interface. |