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)
| Related Man Pages |
|---|
| buf_mem_grow(3) - redhat |
| buf_mem_new(3) - redhat |
| buffer_get(3) - debian |
| buffer_get_token_sa_pred(3) - debian |
| stralloc(3) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| How can I do this in VI editor? |
| Detecting unused variables... |
| Weird 'find' results |
| A (ksh) Library For and From UNIX.com |