1FREELOMODEL(3) MBK LOGICAL FUNCTIONS FREELOMODEL(3)
2
3
4
6 freelomodel - free a lofig_list for temporary models
7
9 #include "mlo.h"
10 void freelomodel(ptmodel)
11 lofig_list ∗ptmodel;
12
14 ptmodel Pointer to the model list to be freed
15
17 freelomodel free the lofig_list pointed to by ptmodel. All the ele‐
18 ments of the list are given back to the system.
19
21 #include "mlo.h"
22 void end_of_parse() /∗ erase model list ∗/
23 {
24 freelomodel(MODEL);
25 }
26
28 mbk(1), lofig(3), addlomodel(3), getlomodel(3).
29
30
31
32
33
34
35ASIM/LIP6 October 1, 1997 FREELOMODEL(3)