PURPOSE

Fidnm_unload, Fidnm_unload32 - recover space from id->nm mapping tables

SYNOPSIS

#include <stdio.h>
#include "fml.h"
void
Fidnm_unload(void);
#include "fml32.h"
void
Fidnm_unload32(void);

DESCRIPTION

Fidnm_unload() recovers space allocated by Fname(3fml) for field identifier to field name mapping tables.

Fidnm_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),
Fname(3fml)
,
Fnmid_unload(3fml)