ctlseqs/man/ctlseqs_reader_free.3

38 lines
811 B
Groff
Raw Normal View History

2023-04-11 02:08:18 +00:00
.TH CTLSEQS_READER_FREE 3 "Sep 01, 2020" 0.1.0 ctlseqs
2020-11-17 06:24:43 +00:00
.
.SH NAME
ctlseqs_reader_free - free control sequence reader
.
.SH SYNOPSYS
.nf
.B #include <ctlseqs.h>
.PP
2021-11-11 07:24:50 +00:00
.B void ctlseqs_reader_free(
.BI " struct ctlseqs_reader *" reader
.B );
2020-11-17 06:24:43 +00:00
.fi
.
.SH DESCRIPTION
Destroys a
.I reader
instance created by
2021-11-11 07:24:50 +00:00
.B ctlseqs_reader_init
2020-12-10 08:03:18 +00:00
and releases its holding memory.
2020-11-17 06:24:43 +00:00
.PP
If
.I reader
is NULL, this function has no effect.
.
.SH RETURN VALUE
This function has no return values.
.
.SH COPYRIGHT
2021-11-11 07:24:50 +00:00
Copyright (c) 2020,2021 CismonX <admin@cismon.net>
2020-11-17 06:24:43 +00:00
.PP
2022-02-14 16:43:29 +00:00
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.
2020-12-21 12:56:27 +00:00
.
.SH SEE ALSO
.BR ctlseqs_reader_init (3)