Returns foreign symbol names that cannot be resolved.
fli
module-unresolved-symbols &key module => list
module⇩ | nil , :all , or a string. The default is :all . |
list⇩ |
A list of strings. |
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.
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