sqInt ioFreeModule(void *moduleHandle)
Parms:
moduleHandle magic number that identifies this handle
return: NONE, fake return of zero
From: Interpreter
Why:
To unload the module from memory when we want to dispose of it
Responsibility:
Attempt to unload the indicated module.
MacIntosh
os-9/OSXCarbon
copy of unix code
does print diagnostic messages if Squeak_debug is set in info.plist
Cocoa:
rewritten unix code
iPhone
not supported
Unix
dlclose()
Windows
FreeLibrary()
BUGS