[Go to CFHT Home Page] Man Pages
Back to Software Index  BORDER=0Manpage Top Level
    fn_ctx_handle_destroy(3N) manual page Table of Contents

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)


Table of Contents