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

FreeBSD Manual Pages

  
 
  

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

NAME
       dc_context_free -- free a device-handling context

LIBRARY
       library "libdivecomputer"

SYNOPSIS
       #include	<libdivecomputer/context.h>

       dc_status_t
       dc_context_free(dc_context_t *context);

DESCRIPTION
       Free a context created by dc_context_new(3).

RETURN VALUES
       This returns DC_STATUS_OK on success or if the pointer is NULL.	Other-
       wise, it	returns	an error code.

SEE ALSO
       dc_context_new(3)

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_CONTEXT_FREE(3)

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

home | help