1LOWDOWN_BUF_FREE(3) BSD Library Functions Manual LOWDOWN_BUF_FREE(3)
2
NAME
4lowdown_buf_free — free a dynamic buffer
5
LIBRARY
7library “liblowdown”
8
SYNOPSIS
10#include <sys/queue.h>
11#include <stdio.h>
12#include <lowdown.h>
1314
void
15lowdown_buf_free(struct lowdown_buf *buf);
16
DESCRIPTION
18Frees a dynamic buffer created with lowdown_buf_new(3). If buf is NULL,
19the function does nothing.
20
SEE ALSO
22lowdown(3), lowdown_buf_new(3)
2324
BSD December 17, 2023 BSD