Munlinkunlink a module
#include <module.h>
munlinkmod_exec *modAssembler Equivalent
os9 F$UNLINK
Description
This call informs the system that the module pointed to by
"mod" is no longer required by the current process. Its link
count is decremented, and the module is removed from the module
directory if the link count reaches zero.
See Also
modlink(), modload()