LOWDOWN_TREE_FREE(3) | Library Functions Manual | LOWDOWN_TREE_FREE(3) |
lowdown_tree_free
—
free a Markdown debugging renderer
library “liblowdown”
#include
<sys/queue.h>
#include <stdio.h>
#include <lowdown.h>
void
lowdown_tree_free
(void
*arg);
Frees a debugging renderer created with
lowdown_tree_new(3). If arg is
NULL
, the function does nothing.
January 23, 2020 | OpenBSD 6.7 |