|
NAMElowdown_buf_free —
free a dynamic buffer
LIBRARYlibrary “liblowdown”SYNOPSIS#include <sys/queue.h>
#include <stdio.h>
#include <lowdown.h>
void
DESCRIPTIONFrees a dynamic buffer created with lowdown_buf_new(3). If buf isNULL , the function
does nothing.
SEE ALSOlowdown(3), lowdown_buf_new(3)
Visit the GSP FreeBSD Man Page Interface. |