buffer_putm(3) Library Functions Manual buffer_putm(3)NAMEbuffer_putm - write ASCIIZ string(s) to bufferSYNTAX#include <buffer.h> int buffer_putm(buffer* b,const char* x,...);DESCRIPTIONbuffer_putm is like buffer_puts, but it can be passed more than one string.RETURN VALUEbuffer_putm returns 0 if everything was fine, -1 on error (setting errno).SEE ALSObuffer_putsalign(3), buffer_put(3), buffer_flush(3), buffer(3) buffer_putm(3)
| Related Man Pages |
|---|
| buffer(3) - debian |
| ldns_buffer_read(3) - debian |
| ldns_buffer_read_u8(3) - debian |
| ldns_buffer_write_at(3) - debian |
| inet_ntop(3) - osf1 |
| Similar Topics in the Unix Linux Community |
|---|
| Introduction |
| One instance of comparing grep and awk |
| Weird 'find' results |
| A (ksh) Library For and From UNIX.com |
| New UNIX and Linux History Sections |