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.

16 lines
454 B
Groff

.TH buffer_putsaflush 3
.SH NAME
buffer_putsa \- write stralloc to buffer and flush
.SH SYNTAX
.nf
.B #include <libowfat/stralloc.h>
.B #include <libowfat/buffer.h>
int \fBbuffer_putsaflush\fP(buffer* \fIb\fR,const stralloc* \fIx\fR);
.SH DESCRIPTION
buffer_putsaflush is equivalent to buffer_putflush(b,x.s,x.len).
.SH "RETURN VALUE"
0 if everything is fine, -1 on error (setting \fIerrno\fR).
.SH "SEE ALSO"
buffer_puts(3), buffer_flush(3), buffer(3)