|
NAMEbuffer_putflush - write binary data to buffer and flushSYNTAX#include <libowfat/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) Visit the GSP FreeBSD Man Page Interface. |