table of contents
other versions
| LOWDOWN_TREE_FREE(3) | Library Functions Manual | LOWDOWN_TREE_FREE(3) |
NAME¶
lowdown_tree_free —
free a Markdown debugging renderer
LIBRARY¶
library “liblowdown”
SYNOPSIS¶
#include
<sys/queue.h>
#include <stdio.h>
#include <lowdown.h>
void
lowdown_tree_free(void
*arg);
DESCRIPTION¶
Frees a debugging renderer created with
lowdown_tree_new(3). If arg is
NULL, the function does nothing.
SEE ALSO¶
| January 23, 2020 | Debian |