NAME | SYNOPSIS | DESCRIPTION | ATTRIBUTES | SEE ALSO
cc [ flag ... ] file ... -lxfn [ library ... ] #include <xfn/xfn.h>void fn_ctx_handle_destroy(FN_ctx_t *ctx);
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 attributes (5) for descriptions of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
---|---|
MT-Level | Safe. |
FN_ctx_t(3XFN), fn_ctx_handle_from_initial(3XFN), fn_ctx_handle_from_ref(3XFN), xfn(3XFN), attributes(5)
NAME | SYNOPSIS | DESCRIPTION | ATTRIBUTES | SEE ALSO