|  |  
 |   |   
 NAMEfreelomodel - free a lofig_list for temporary models See the file man1/alc_origin.1. SYNOPSIS#include "mlo.h" void freelomodel(ptmodel) lofig_list ∗ptmodel; PARAMETER
 DESCRIPTIONfreelomodel 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 ALSOmbk(1), lofig(3), addlomodel(3), getlomodel(3). See the file man1/alc_bug_report.1. 
 
 |