fn_ctx_handle_destroy(3N) manual page
Table of Contents
fn_ctx_handle_destroy - release storage associated with context
handle
cc [ flag ... ] file ... -lxfn [ library ... ]
#include <xfn/xfn.h>
void fn_ctx_handle_destroy(FN_ctx_t *ctx);
Safe.
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.
FN_ctx_t(3N)
, fn_ctx_handle_from_initial(3N)
,
fn_ctx_handle_from_ref(3N)
, xfn(3N)
Table of Contents