Fidnm_unload, Fidnm_unload32 - recover space from id->nm mapping tables
#include <stdio.h> #include "fml.h" void Fidnm_unload(void); #include "fml32.h" void Fidnm_unload32(void);
Fidnm_unload() recovers space allocated by Fname(3fml) for field identifier to field name mapping tables.
Fidnm_unload32 is used with 32-bit FML.
This function is declared as a void and so does not return anything.