---------------------------------------------------------------------------- Public Code ----------------------------------------------------------------------------**/ ---------------------------------------------------------------------------*/ * This routine allocates and returns a new micro-feature * data structure. * @return New MICROFEATURE * @note History: 7/27/89, DSJ, Cre
| 33 | * @note History: 7/27/89, DSJ, Created. |
| 34 | */ |
| 35 | MICROFEATURE NewMicroFeature() { |
| 36 | return ((MICROFEATURE) Emalloc (sizeof (MFBLOCK))); |
| 37 | } /* NewMicroFeature */ |
| 38 | |
| 39 | |
| 40 | /*---------------------------------------------------------------------------*/ |
no test coverage detected