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

NAME

4     lowdown_buf_free — free a dynamic buffer
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_buf_free(struct lowdown_buf *buf);
16

DESCRIPTION

18     Frees a dynamic buffer created with lowdown_buf_new(3).  If buf is NULL,
19     the function does nothing.
20

SEE ALSO

22     lowdown(3), lowdown_buf_new(3)
23
24BSD                            December 17, 2023                           BSD
Impressum