ctlseqs/man/ctlseqs_reader_free.3

38 lines
811 B
Groff

.TH CTLSEQS_READER_FREE 3 "Sep 01, 2020" 0.1.0 ctlseqs
.
.SH NAME
ctlseqs_reader_free - free control sequence reader
.
.SH SYNOPSYS
.nf
.B #include <ctlseqs.h>
.PP
.B void ctlseqs_reader_free(
.BI " struct ctlseqs_reader *" reader
.B );
.fi
.
.SH DESCRIPTION
Destroys a
.I reader
instance created by
.B ctlseqs_reader_init
and releases its holding memory.
.PP
If
.I reader
is NULL, this function has no effect.
.
.SH RETURN VALUE
This function has no return values.
.
.SH COPYRIGHT
Copyright (c) 2020,2021 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.
.
.SH SEE ALSO
.BR ctlseqs_reader_init (3)