Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
DC_ITERATOR_FREE(3)	    Library Functions Manual	   DC_ITERATOR_FREE(3)

NAME
       dc_iterator_free	-- frees an iterator

LIBRARY
       library "libdivecomputer"

SYNOPSIS
       #include	<libdivecomputer/iterator.h>

       dc_status_t
       dc_iterator_free(dc_iterator_t *iterator);

DESCRIPTION
       Frees  the  iterator iterator.  It may be invoked on any	iterator type,
       e.g., one created with dc_descriptor_iterator(3).

RETURN VALUES
       This returns DC_STATUS_SUCCESS on success (or if	iterator is  NULL)  or
       other values on failure.

AUTHORS
       The  library  "libdivecomputer"	library	 was  written  by Jef Driesen,
       jef@libdivecomputer.org.	 The manpages were written by
       Kristaps	Dzonsons, kristaps@bsd.lv.

FreeBSD	Ports 14.quarterly	January	5, 2017		   DC_ITERATOR_FREE(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=dc_iterator_free&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help