|
NAMEbuffer_putsa - write stralloc to bufferSYNTAX#include <libowfat/stralloc.h> #include <libowfat/buffer.h> int buffer_putsa(buffer* b,const stralloc* x); DESCRIPTIONbuffer_putsa is equivalent to buffer_put(b,x.s,x.len).RETURN VALUE0 if everything is fine, -1 on error (setting errno).SEE ALSObuffer_puts(3), buffer_flush(3), buffer(3) Visit the GSP FreeBSD Man Page Interface. |