Prints the foreign modules loaded into the image by register-module.
The function
print-foreign-modules
prints a list of the foreign modules loaded via register-module, to the stream
stream
.
The default value of
stream
is the value of
*standard-output*
.
If
verbose
is true, more information is printed if possible. Currently this only has an effect in LispWorks for Unix. The default value of
verbose
is
nil
.