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

NAME

4     dc_buffer_free — free an resizable binary buffer
5

LIBRARY

7     library “libdivecomputer”
8

SYNOPSIS

10     #include <libdivecomputer/buffer.h>
11
12     void
13     dc_buffer_free(dc_buffer_t *buffer);
14

DESCRIPTION

16     Frees a resizable binary buffer created with dc_buffer_new(3).  It's safe
17     to pass NULL to this function.
18

SEE ALSO

20     dc_buffer_new(3)
21

AUTHORS

23     The library “libdivecomputer” library was written by Jef Driesen,
24     jef@libdivecomputer.org.  The manpages were written by
25     Kristaps Dzonsons, kristaps@bsd.lv.
26
27BSD                             January 5, 2017                            BSD
Impressum