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_free(3) - redhat |
| buf_strdup(3) - redhat |
| buf_mem_new(3) - redhat |
| fmemopen(3) - netbsd |
| pthread_rwlock_getname_np(3) - osf1 |
| Similar Topics in the Unix Linux Community |
|---|
| One instance of comparing grep and awk |
| Weird 'find' results |
| A (ksh) Library For and From UNIX.com |
| My first PERL incarnation... Audio Oscillograph |