PURPOSE

Fnmid_unload, Fnmid_unload32 - recover space from nm->id mapping tables

SYNOPSIS


#include <stdio.h>
#include "fml.h"
void
Fnmid_unload(void)
#include "fml32.h"
void
Fnmid_unload32(void)

DESCRIPTION

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.

RETURN VALUES

This function is declared as a void and so does not return anything.

SEE ALSO

Fintro(3fml),
Fidnm_unload(3fml),
Fldid(3fml)