Sponsor:

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

lowdown_metaq_free - Man Page

free rendered metadata key-value pairs

Library

library “liblowdown”

Synopsis

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

void
lowdown_metaq_free(struct lowdown_metaq *q);

Description

Frees rendered metadata q as created by lowdown_buf(3), lowdown_buf_diff(3), lowdown_file(3), lowdown_file_diff(3), or the low-level rendering functions.

If q is NULL, the function does nothing.

See Also

lowdown(3), lowdown_doc_new(3)

Referenced By

lowdown(3), lowdown_buf(3), lowdown_doc_parse(3), lowdown_file(3).

February 3, 2024