|
NAMEresetbddsystem - resets a bdd system. See the file man1/alc_origin.1. SYNOPSIS#include "bdd101.h" void resetbddsystem( BddSystem ) PARAMETERS
DESCRIPTIONresetbddsystem resets the bdd system BddSystem. If a null pointer is given, the default bdd system is used. RETURN VALUEresetbddsystem returns nothing. EXAMPLE#include "bdd101.h" SEE ALSObdd(1) createbddsytem(3), destroybddsytem(3). See the file man1/alc_bug_report.1.
|