table of contents
other versions
| LOWDOWN_TREE_NEW(3) | Library Functions Manual | LOWDOWN_TREE_NEW(3) |
NAME¶
lowdown_tree_new —
allocate a Markdown debugging renderer
LIBRARY¶
library “liblowdown”
SYNOPSIS¶
#include
<sys/queue.h>
#include <stdio.h>
#include <lowdown.h>
void *
lowdown_tree_new();
DESCRIPTION¶
Allocates a debugging renderer. It must be freed with a call to lowdown_tree_free(3). The returned pointer may be used with multiple invocations of lowdown_tree_rndr(3).
RETURN VALUES¶
Always returns a valid pointer.
SEE ALSO¶
| January 23, 2020 | Nixpkgs |