Munlink unlink a module #include <module.h> munlink mod_exec *mod Assembler 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()