Scroll to navigation

LOWDOWN_TREE_FREE(3) Library Functions Manual LOWDOWN_TREE_FREE(3)

NAME

lowdown_tree_freefree a Markdown debugging renderer

LIBRARY

library “liblowdown”

SYNOPSIS

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

void
lowdown_tree_free(void *arg);

DESCRIPTION

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

SEE ALSO

lowdown(3), lowdown_tree_new(3)

January 23, 2020 Debian