table of contents
| FREELOMODEL(3) | MBK LOGICAL FUNCTIONS | FREELOMODEL(3) |
NAME¶
freelomodel - free a lofig_list for temporary modelsORIGIN¶
This software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Université Pierre et Marie CURIE, in Paris, France.Web : http://asim.lip6.fr/recherche/alliance/
E-mail : alliance-users@asim.lip6.fr
SYNOPSYS¶
#include "mlo.h" void freelomodel(ptmodel) lofig_list ∗ptmodel;
PARAMETER¶
- ptmodel
- Pointer to the model list to be freed
DESCRIPTION¶
freelomodel free the lofig_list pointed to by ptmodel. All the elements of the list are given back to the system.EXAMPLE¶
#include "mlo.h"
void end_of_parse() /∗ erase model list ∗/
{
freelomodel(MODEL);
}
SEE ALSO¶
mbk(1), lofig(3), addlomodel(3), getlomodel(3).BUG REPORT¶
This tool is under development at the ASIM department of the LIP6 laboratory.We need your feedback to improve documentation and tools.
| October 1, 1997 | ASIM/LIP6 |