libowfat/stralloc/stralloc_0.3

16 lines
350 B
Groff
Raw Normal View History

2001-02-02 17:54:47 +00:00
.TH stralloc_0 3
.SH NAME
stralloc_0 \- append \\0 to a stralloc
.SH SYNTAX
.B #include <stralloc.h>
2002-10-21 14:59:02 +00:00
int \fBstralloc_0\fP(stralloc* \fIsa\fR);
2001-02-02 17:54:47 +00:00
.SH DESCRIPTION
stralloc_0 appends \\0 to a stralloc.
It is a shortcut for stralloc_append(\fIsa\fR,"").
.SH "RETURN VALUE"
1 for success, 0 on memory allocation failure.
2001-02-02 17:54:47 +00:00
.SH "SEE ALSO"
stralloc_append(3)