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

FreeBSD Manual Pages

  
 
  

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

NAME
     buffer_putsflush - write ASCIIZ string to buffer and flush

SYNTAX
     #include <libowfat/buffer.h>

     int buffer_putsflush(buffer* b,const char* x);

DESCRIPTION
     buffer_putsflush  is like buffer_putflush with len determined as the number
     of bytes before the first \0 in x.

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

							     buffer_putsflush(3)

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

home | help