buffer_putflush(3) Library Functions Manual buffer_putflush(3)NAMEbuffer_putflush - write binary data to buffer and flushSYNTAX#include <buffer.h> int buffer_putflush(buffer* b, const char* x,size_t len);DESCRIPTIONbuffer_putflush is similar to calling buffer_put(b,x,len) and then buffer_flush(b).RETURN VALUE0 if everything is fine, -1 on error (setting errno).SEE ALSObuffer_put(3), buffer_flush(3), buffer(3) buffer_putflush(3)
| Related Man Pages |
|---|
| buffer(3) - debian |
| buffer_get_token_sa(3) - debian |
| ieee1284_compat_write(3) - debian |
| ieee1284_epp_read_data(3) - debian |
| roar_stream_add_data(3) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| How can I do this in VI editor? |
| Introduction |
| A (ksh) Library For and From UNIX.com |
| How to copy a column of multiple files and paste into new excel file (next to column)? |