Query: buffer_putsa
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
buffer_putsa(3) Library Functions Manual buffer_putsa(3)NAMEbuffer_putsa - write stralloc to bufferSYNTAX#include <stralloc.h> #include <buffer.h> int buffer_putsa(buffer* b,stralloc* x);DESCRIPTIONbuffer_putsa is equivalent to buffer_put(b,x.sa,x.len).RETURN VALUE0 if everything is fine, -1 on error (setting errno).SEE ALSObuffer_puts(3), buffer_flush(3), buffer(3) buffer_putsa(3)