lowdown_node_free - Man Page
free a parsed Markdown tree
Library
library “liblowdown”
Synopsis
#include <sys/queue.h
>
#include <stdio.h
>
#include <lowdown.h
>
void
lowdown_node_free
(struct lowdown_node *n);
Description
Frees a parsed tree n as created with lowdown_doc_parse(3) or lowdown_diff(3), including all of its descendents. If n is NULL
, the function does nothing.
See Also
Referenced By
October 30, 2024