#include "oldlist.h"
#include "matchdefs.h"
Go to the source code of this file.
Include Files and Type Defines
Definition at line 28 of file mfdefs.h.
This routine deallocates all of the memory consumed by a list of micro-features.
- Parameters
-
MicroFeatures | list of micro-features to be freed |
- Returns
- none
- Note
- History: 7/27/89, DSJ, Created.
Definition at line 48 of file mfdefs.cpp.
void destroy_nodes(LIST list, void_dest destructor)
Public Function Prototypes
This routine allocates and returns a new micro-feature data structure.
- Returns
- New MICROFEATURE
- Note
- History: 7/27/89, DSJ, Created.
Definition at line 35 of file mfdefs.cpp.