|
NAMEaddbddvarfirst - adds a new variable, before all others. See the file man1/alc_origin.1. SYNOPSIS#include "bdd101.h" bddnode ∗addbddvarfirst( BddSystem ) PARAMETERS
DESCRIPTIONaddbddvarfirst creates a new variable, with the number 0, in the bdd system BddSystem. If a null pointer is given, the default bdd system is used. RETURN VALUEaddbddvarfirst returns a pointer to the bdd node of the new variable. ERRORS"no more variables, error !" There is no variable number left.
EXAMPLE#include "bdd101.h" SEE ALSObdd(1) See the file man1/alc_bug_report.1.
|