<< dllib_used | Dynamic link | dllibisloaded >> |
c = dllibinfo(lib) |
a dllib handle: library already loaded.
a cell of strings.
dllibinfo returns list of available symbols in an shared library.
lib = dlopen(modulepath('dynamic_link', 'builtin'))
c = dllibinfo(lib)
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET