All Manuals > LispWorks Foreign Language Interface User Guide and Reference Manual > 5 Function and Macro Reference

NextPrevUpTopContentsIndex

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

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 .

See also

register-module


LispWorks Foreign Language Interface User Guide and Reference Manual - 7 Dec 2011

NextPrevUpTopContentsIndex