
ctflags::memory - low level functions for ctflags

use ctflags::memory;

ctflags::memory implements low level functions used from ctflags and companion packages. Do not use it directly.

ctflags::memory mantains the internal state of the ctflags and exports some low level functions used from the rest of the ctflags modules.
You can see the cource code for comments about its functions but do not use them directly.
set_ctflag, get_ctflag, restrict_ctflags, allowed_ctflags, is_ctflag_allowed

ctflags, ctflags::parse, ctflags::config, ctflags::long and ctflags::check.

Salvador Fandiño Garcia, <sfandino@yahoo.com>.

Copyright 2002 by Salvador Fandiño Garcia
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.