Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
FREELOMODEL(3)		      MBK LOGICAL FUNCTIONS		  FREELOMODEL(3)

NAME
     freelomodel - free a lofig_list for temporary models

SYNOPSIS
     #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).

ASIM/LIP6			 October 1, 1997		  FREELOMODEL(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=freelomodel&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help