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

FreeBSD Manual Pages

  
 
  

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

NAME
     buffer_putsa - write stralloc to buffer

SYNTAX
     #include <libowfat/stralloc.h>
     #include <libowfat/buffer.h>

     int buffer_putsa(buffer* b,const stralloc* x);

DESCRIPTION
     buffer_putsa is equivalent to buffer_put(b,x.s,x.len).

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

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

								 buffer_putsa(3)

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

home | help