You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
355 B
Groff
15 lines
355 B
Groff
20 years ago
|
.TH buffer_putsaflush 3
|
||
|
.SH NAME
|
||
|
buffer_putsa \- write stralloc to buffer and flush
|
||
|
.SH SYNTAX
|
||
|
.nf
|
||
|
.B #include <stralloc.h>
|
||
|
.B #include <buffer.h>
|
||
|
|
||
|
int \fBbuffer_putsaflush\fP(buffer* \fIb\fR,const char* \fIx\fR);
|
||
|
.SH DESCRIPTION
|
||
|
buffer_putsaflush is equivalent to buffer_putflush(b,x.sa,x.len).
|
||
|
|
||
|
.SH "SEE ALSO"
|
||
|
buffer_puts(3), buffer_flush(3), buffer(3)
|