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

  
 
  

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

NAME
     lowdown_buf_new -- allocate a dynamic buffer

LIBRARY
     liblowdown

SYNOPSIS
     #include <sys/queue.h>
     #include <stdio.h>
     #include <lowdown.h>

     struct lowdown_buf *
     lowdown_buf_new(size_t growsz);

DESCRIPTION
     Allocates	a  dynamic buffer that grows in increments of size growsz, which
     may not be zero.

RETURN VALUES
     Returns a pointer to a buffer or NULL on memory failure.  The pointer  must
     be freed with lowdown_buf_free(3).

SEE ALSO
     lowdown(3)

FreeBSD ports 15.quarterly	   $Mdocdate$		      LOWDOWN_BUF_NEW(3)

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

home | help