1LOWDOWN_NODE_FREE(3)     BSD Library Functions Manual     LOWDOWN_NODE_FREE(3)
2

NAME

4     lowdown_node_free — free a parsed Markdown tree
5

LIBRARY

7     library “liblowdown”
8

SYNOPSIS

10     #include <sys/queue.h>
11     #include <stdio.h>
12     #include <lowdown.h>
13
14     void
15     lowdown_node_free(struct lowdown_node *n);
16

DESCRIPTION

18     Frees a parsed tree n as created with lowdown_doc_parse(3) or
19     lowdown_diff(3), including all of its descendents.  If n is NULL, the
20     function does nothing.
21

SEE ALSO

23     lowdown(3), lowdown_diff(3), lowdown_doc_new(3)
24
25BSD                            December 17, 2023                           BSD
Impressum