FREELOMODEL(3) | MBK LOGICAL FUNCTIONS | FREELOMODEL(3) |
freelomodel - free a lofig_list for temporary models
See the file buster/alliance/alc_origin.1.en.gz.
#include "mlo.h" void freelomodel(ptmodel) lofig_list ∗ptmodel;
freelomodel free the lofig_list pointed to by ptmodel. All the elements of the list are given back to the system.
#include "mlo.h" void end_of_parse() /∗ erase model list ∗/ { freelomodel(MODEL); }
mbk(1), lofig(3), addlomodel(3), getlomodel(3).
See the file buster/alliance/alc_bug_report.1.en.gz.
October 1, 1997 | ASIM/LIP6 |