1DC_DESCRIPTOR_GET_VEN... BSD Library Functions Manual DC_DESCRIPTOR_GET_VEN...
2
4 dc_descriptor_get_vendor — get the vendor of a dive computer descriptor
5
7 library “libdivecomputer”
8
10 #include <libdivecomputer/descriptor.h>
11
12 const char *
13 dc_descriptor_get_vendor(dc_descriptor_t *descriptor);
14
16 Gets the vendor (e.g., “Suunto”) of a dive computer descriptor or NULL if
17 none was declared.
18
20 This returns the nil-terminated vendor string or NULL if none exists.
21
22 The returned pointer is not valid after the descriptor has been freed.
23
25 dc_descriptor_get_product(3)
26
28 The library “libdivecomputer” library was written by Jef Driesen,
29 jef@libdivecomputer.org. The manpages were written by
30 Kristaps Dzonsons, kristaps@bsd.lv.
31
32BSD January 5, 2017 BSD