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);
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.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
| MT-Level | Safe. |
SEE ALSO
FN_ctx_t(3N), fn_ctx_handle_from_initial(3N), fn_ctx_handle_from_ref(3N), xfn(3N), attributes(5)
SunOS 5.6 — Last change: 30 Dec 1996