fn_ctx_handle_destroy(3N)
NAME
fn_ctx_handle_destroy − release storage associated with context handle
SYNOPSIS
cc [ flag ... ] file ... −lxfn [ library ... ]
#include <xfn/xfn.h>
void fn_ctx_handle_destroy(FN_ctx_t ∗ctx);
MT-LEVEL
Safe.
DESCRIPTION
This operation destroys the context handle ctx and allows the implementation to free resources associated with the context handle. This operation does not affect the state of the context itself.
SEE ALSO
FN_ctx_t(3N), fn_ctx_handle_from_initial(3N), fn_ctx_handle_from_ref(3N), xfn(3N)
SunOS 5.5 — Last change: 4 Nov 1994