|
NAMEclearbddsystemrefext - clears the external references for all bdd nodes. See the file man1/alc_origin.1. SYNOPSIS#include "bdd101.h" void clearbddsystemrefext( BddSystem ) PARAMETERS
DESCRIPTIONclearbddsystemrefext clears the external references of all the bdd nodes in the bdd system BddSystem. If a null pointer is given, the default bdd system is used. RETURN VALUEclearbddsystemrefext returns nothing. EXAMPLE#include "bdd101.h" SEE ALSObdd(1), clearbddsystemref(3), clearbddsystemrefint(3). See the file man1/alc_bug_report.1.
|