dc_descriptor_free(3)
| DC_DESCRIPTOR_FREE(3) | Library Functions Manual | DC_DESCRIPTOR_FREE(3) |
NAME
dc_descriptor_free —
free a dive computer descriptor reference
LIBRARY
library “libdivecomputer”
SYNOPSIS
#include
<libdivecomputer/descriptor.h>
void
dc_descriptor_free(dc_descriptor_t
*descriptor);
DESCRIPTION
Frees a descriptor usually returned with
dc_iterator_next(3) as created
with
dc_descriptor_iterator(3).
It's safe to pass NULL to this function.
SEE ALSO
AUTHORS
The library
“libdivecomputer” library was written by
Jef Driesen,
jef@libdivecomputer.org.
The manpages were written by
Kristaps Dzonsons,
kristaps@bsd.lv.
| January 5, 2017 | Linux 6.12.85-6.12-alt1 |
