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,"").
|
2004-11-25 21:29:35 +00:00
|
|
|
.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)
|