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 |
|---|
| buffer_get(3) - debian |
| buffer_get_new_token_sa_pred(3) - debian |
| buffer_get_token_sa_pred(3) - debian |
| stralloc(3) - debian |
| fmemopen(3) - netbsd |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Introduction |
| One instance of comparing grep and awk |
| A (ksh) Library For and From UNIX.com |
| My first PERL incarnation... Audio Oscillograph |