lowdown_buf_free — free a dynamic buffer
Contents
Description
Frees a dynamic buffer created with lowdown_buf_new(3). If buf is NULL, the function does nothing.
Library
library “liblowdown”
Name
lowdown_buf_free — free a dynamic buffer
See Also
lowdown(3), lowdown_buf_new(3) Debian $Mdocdate$ LOWDOWN_BUF_FREE(3)
Synopsis
#include<sys/queue.h>#include<stdio.h>#include<lowdown.h>voidlowdown_buf_free(structlowdown_buf*buf);
