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

NAME

4     dc_parser_destroy — destroys a single dive parser
5

LIBRARY

7     library “libdivecomputer”
8

SYNOPSIS

10     #include <libdivecomputer/parser.h>
11
12     dc_status_t
13     dc_parser_destroy(dc_parser_t *parser);
14

DESCRIPTION

16     Destroys a parser allocated with dc_parser_new(3).  The parser parameter
17     may be NULL, in which case it will return with success.
18

RETURN VALUES

20     Returns DC_STATUS_OK on success and another code on failure.
21

SEE ALSO

23     dc_parser_new(3)
24

AUTHORS

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