Prints the foreign modules loaded into the image by register-module.
fli
print-foreign-modules &optional stream verbose => nil
stream⇩ |
An output stream. |
verbose⇩ |
A generalized boolean. |
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*.
Foreign Language Interface User Guide and Reference Manual - 01 Dec 2021 19:34:58