add buffer_putm and buffer_putmflush

This commit is contained in:
leitner
2004-11-25 20:51:53 +00:00
parent 5dfea5617e
commit 38ef27207a
28 changed files with 157 additions and 10 deletions

View File

@@ -12,5 +12,7 @@ The difference to buffer_put is that, when there isn't enough space for
new data, buffer_put calls buffer_flush before copying any data, while
buffer_putalign fills all available space with data before calling
buffer_flush.
.SH "RETURN VALUE"
0 if everything is fine, -1 on error (setting \fIerrno\fR).
.SH "SEE ALSO"
buffer_put(3), buffer_putsalign(3), buffer_flush(3), buffer(3)