Fnmid_unload, Fnmid_unload32 - recover space from nm->id mapping tables
#include <stdio.h> #include "fml.h" void Fnmid_unload(void) #include "fml32.h" void Fnmid_unload32(void)
To recover data space used by the field tables loaded by Fldid(3fml), the user may unload the files by a call to the Fnmid_unload() function.
Fnmid_unload32 is used with 32-bit FML.
This function is declared as a void and so does not return anything.