FreeBSD Manual Pages
DESTROYBDDSYSTEM(3) BDD FUNCTIONS DESTROYBDDSYSTEM(3) NAME destroybddsystem - destroys a bdd system. SYNOPSYS #include "bdd101.h" void destroybddsystem( BddSystem ) bddsystem *BddSystem; PARAMETERS BddSystem The bdd system to destroy. DESCRIPTION destroybddsystem destroys the bdd system BddSystem. If a null pointer is given, the default bdd system is used. RETURN VALUE destroybddsystem returns nothing. EXAMPLE #include "bdd101.h" bddsystem *BddSystem; BddSystem = createbddsystem( 100, 1000, 100, 50000 ); ... destroybddsystem( (bddsystem *)0 ); SEE ALSO bdd(1) ASIM/LIP6 October 1, 1997 DESTROYBDDSYSTEM(3)
NAME | SYNOPSYS | PARAMETERS | DESCRIPTION | RETURN VALUE | EXAMPLE | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=destroybddsystem&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>