Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
buffer_putflush(3)	   Library Functions Manual	    buffer_putflush(3)

NAME
       buffer_putflush - write binary data to buffer and flush

SYNTAX
       #include	<libowfat/buffer.h>

       int buffer_putflush(buffer* b,
			   const char* x,size_t	len);

DESCRIPTION
       buffer_putflush	is  similar  to	 calling  buffer_put(b,x,len) and then
       buffer_flush(b).

RETURN VALUE
       0 if everything is fine,	-1 on error (setting errno).

SEE ALSO
       buffer_put(3), buffer_flush(3), buffer(3)

							    buffer_putflush(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=libowfat_buffer_putflush&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help