mirror of /home/gitosis/repositories/libowfat.git
Mirror of :pserver:cvs@cvs.fefe.de:/cvs libowfat
https://www.fefe.de/libowfat/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
291 B
13 lines
291 B
.TH stralloc_0 3 |
|
.SH NAME |
|
stralloc_0 \- append \\0 to a stralloc |
|
.SH SYNTAX |
|
.B #include <stralloc.h> |
|
|
|
extern int \fBstralloc_0\fP(stralloc* \fIsa\fR); |
|
.SH DESCRIPTION |
|
stralloc_0 appends \\0 to a stralloc. |
|
|
|
It is a shortcut for stralloc_append(\fIsa\fR,""). |
|
.SH "SEE ALSO" |
|
stralloc_append(3)
|
|
|