[Top] [Prev] [Next] [Bottom]

Fnmid_unload (3FML)

Fnmid_unload (3FML)

Name

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(3), 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(3), Fidnm_unload(3), Fldid(3)



[Top] [Prev] [Next] [Bottom]