|
NAMElowdown_buf_new —
allocate a dynamic buffer
LIBRARYlibrary “liblowdown”SYNOPSIS#include <sys/queue.h>
#include <stdio.h>
#include <lowdown.h>
struct lowdown_buf *
DESCRIPTIONAllocates a dynamic buffer that grows in increments of size growsz, which may not be zero.RETURN VALUESReturns a pointer to a buffer orNULL on memory failure.
The pointer must be freed with
lowdown_buf_free(3).
SEE ALSOlowdown(3)
Visit the GSP FreeBSD Man Page Interface. |