1LOWDOWN_METAQ_FREE(3)    BSD Library Functions Manual    LOWDOWN_METAQ_FREE(3)
2

NAME

4     lowdown_metaq_free — free rendered metadata key-value pairs
5

LIBRARY

7     library “liblowdown”
8

SYNOPSIS

10     #include <sys/queue.h>
11     #include <stdio.h>
12     #include <lowdown.h>
13
14     void
15     lowdown_metaq_free(struct lowdown_metaq *q);
16

DESCRIPTION

18     Frees rendered metadata q as created by lowdown_buf(3),
19     lowdown_buf_diff(3), lowdown_file(3), lowdown_file_diff(3), or the low-
20     level rendering functions.
21
22     If q is NULL, the function does nothing.
23

SEE ALSO

25     lowdown(3), lowdown_doc_new(3)
26
27BSD                            December 17, 2023                           BSD
Impressum