FreeBSD Manual Pages
buffer_putsa(3) Library Functions Manual buffer_putsa(3) NAME buffer_putsa - write stralloc to buffer SYNTAX #include <libowfat/stralloc.h> #include <libowfat/buffer.h> int buffer_putsa(buffer* b,const stralloc* x); DESCRIPTION buffer_putsa is equivalent to buffer_put(b,x.s,x.len). RETURN VALUE 0 if everything is fine, -1 on error (setting errno). SEE ALSO buffer_puts(3), buffer_flush(3), buffer(3) buffer_putsa(3)
NAME | SYNTAX | DESCRIPTION | RETURN VALUE | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=libowfat_buffer_putsa&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>