table of contents
buffer_putflush(3) | Library Functions Manual | buffer_putflush(3) |
NAME¶
buffer_putflush - write binary data to buffer and flushSYNTAX¶
#include <buffer.h>int buffer_putflush(buffer* b, const char* x,size_t len);
buffer_putflush(3) | Library Functions Manual | buffer_putflush(3) |
int buffer_putflush(buffer* b, const char* x,size_t len);