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

NAME

4     lowdown_doc_free — free a Markdown parser instance
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_doc_free(struct lowdown_doc *doc);
16

DESCRIPTION

18     Frees a parser created with lowdown_doc_new(3).  If doc is NULL, the
19     function does nothing.
20

SEE ALSO

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