lowdown_doc_free - Man Page
free a Markdown parser instance
Library
library “liblowdown”
Synopsis
#include <sys/queue.h
>
#include <stdio.h
>
#include <lowdown.h
>
void
lowdown_doc_free
(struct lowdown_doc *doc);
Description
Frees a parser created with lowdown_doc_new(3). If doc is NULL
, the function does nothing.
See Also
Referenced By
lowdown(3), lowdown_doc_new(3).
October 30, 2024