ctlseqs/man/ctlseqs_matcher_free.3

35 lines
826 B
Groff

.TH CTLSEQS_MATCHER_FREE 3 "Sep 01, 2020" 0.1.0 "Ctlseqs Library Manual"
.
.SH NAME
ctlseqs_matcher_free - free control sequence matcher
.
.SH SYNOPSYS
.nf
.B #include <ctlseqs.h>
.PP
.BI "void ctlseqs_matcher_free(struct ctlseqs_matcher *" matcher ");"
.fi
.
.SH DESCRIPTION
Destroys a
.I matcher
instance created by
.BR ctlseqs_matcher_init ()
and release its holding memory.
.PP
If
.I matcher
is NULL, this function has no effect.
.
.SH RETURN VALUE
This function has no return values.
.
.SH SEE ALSO
.BR ctlseqs_matcher_init (3)
.
.SH COPYRIGHT
Copyright (c) 2020 CismonX <admin@cismon.net>
.PP
Copying and distribution of this file, with or without modification, are permitted in any medium without royalty, provided the copyright notice and this notice are preserved.
This file is offered as-is, without any warranty.