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

module-unresolved-symbols Function

Summary

Returns foreign symbol names that cannot be resolved.

Package

fli

Signature

module-unresolved-symbols &key module => list

Arguments
module
nil, :all, or a string. The default is :all.
Values
list
A list of strings.
Description

The function module-unresolved-symbols returns a list of foreign symbol names, each of which cannot be resolved in the currently known modules.

If module is nil, then list includes only those names not associated with a module.

If module is :all, then list includes the unresolved names in all modules and those not associated with a module.

If module is a string, then it names a module and list contains only the unresolved symbols associated with that module.

See also

5.5.1.1 Testing whether a function is defined
register-module


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