ARIF_CTX_DESTROY(3) ARIF User Manual ARIF_CTX_DESTROY(3)

arif_ctx_destroy - destroy input context

#include <arif/arif.h>
void
arif_ctx_destroy (
    struct arif_ctx *ctx
);

Function arif_ctx_destroy() destroys the input context referred to by ctx. It must not be used afterwards.

If ctx is NULL, this function has no effect.

Copyright (C) 2023 CismonX <admin@cismon.net>

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.

You should have received a copy of the license along with this document. If not, see <https://www.gnu.org/licenses/fdl-1.3.html>.

arif_ctx_create(3)

January 2, 2023 0.1.0