All Manuals > Foreign Language Interface User Guide and Reference Manual > 7 Function, Macro and Variable Reference

print-foreign-modules Function

Summary

Prints the foreign modules loaded into the image by register-module.

Package

fli

Signature

print-foreign-modules &optional stream verbose => nil

Arguments
stream
An output stream.
verbose
A generalized boolean.
Description

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*.

verbose is ignored.

See also

register-module


Foreign Language Interface User Guide and Reference Manual - 01 Dec 2021 19:34:58