CTLSEQS_MATCHER_FREE(3) ctlseqs CTLSEQS_MATCHER_FREE(3)

ctlseqs_reader_free - free control sequence reader

#include <ctlseqs.h>
void ctlseqs_reader_free(
    struct ctlseqs_reader *reader
);

Destroys a reader instance created by ctlseqs_reader_init and releases its holding memory.

If reader is NULL, this function has no effect.

This function has no return values.

Copyright (c) 2020,2021 CismonX <admin@cismon.net>

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.

ctlseqs_reader_init(3)
September 1, 2020 0.1.0