Codebase list libmawk / f8605bc src / libmawk / man / libmawk_uninitialize.3libmawk
f8605bc

Tree @f8605bc (Download .tar.gz)

libmawk_uninitialize.3libmawk @f8605bcraw · history · blame

.\" Copyright 2009 Tibor Palinkas (mawk@inno.bme.hu)
.\"
.\" Permission is granted to make and distribute verbatim copies of this
.\" manual provided the copyright notice and this permission notice are
.\" preserved on all copies.
.\"
.\" Permission is granted to copy and distribute modified versions of this
.\" manual under the conditions for verbatim copying, provided that the
.\" entire resulting derived work is distributed under the terms of a
.\" permission notice identical to this one.
.\"
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH LIBMAWK_UNINITIALIZE 3libmawk  2009-08-10 "libmawk" "libmawk manual"
.SH NAME
libmawk_uninitialize \- destroy a libmawk context
.SH SYNOPSIS
.nf
.B #include <libmawk.h>
.sp
.BI "void libmawk_uninitialize(mawk_state_t * " m );
.fi
.sp
.SH DESCRIPTION
The
.BR libmawk_uninitialize ()
function destroys a context previously created using libmawk_initialize()
or libmawk_initialize_stage1() call. It unloads scripts and frees all memory
of the context.
.SH "SEE ALSO"
.BR libmawk_initialize_stage (3libmawk),
.BR libmawk_initialize (3libmawk),