Sponsor:

Your company here, and a link to your site. Click to find out more.

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

lowdown(3), lowdown_diff(3), lowdown_doc_new(3)

Referenced By

lowdown_diff(3).

February 3, 2024