1LOWDOWN_DOC_FREE(3) BSD Library Functions Manual LOWDOWN_DOC_FREE(3)
2
NAME
4lowdown_doc_free — free a Markdown parser instance
5
LIBRARY
7library “liblowdown”
8
SYNOPSIS
10#include <sys/queue.h>
11#include <stdio.h>
12#include <lowdown.h>
1314
void
15lowdown_doc_free(struct lowdown_doc *doc);
16
DESCRIPTION
18Frees a parser created with lowdown_doc_new(3). If doc is NULL, the
19function does nothing.
20
SEE ALSO
22lowdown(3), lowdown_doc_new(3)
2324
BSD December 17, 2023 BSD