LOWDOWN_TREE_FREE(3) Library Functions Manual LOWDOWN_TREE_FREE(3)

lowdown_tree_freefree a Markdown debugging renderer

library “liblowdown”

#include <sys/queue.h>
#include <stdio.h>
#include <lowdown.h>

void
lowdown_tree_free(void *arg);

Frees a debugging renderer created with lowdown_tree_new(3). If arg is NULL, the function does nothing.

lowdown(3), lowdown_tree_new(3)

January 23, 2020 OpenBSD 6.7