Vocabularyalien.
librariesInputsOutputsWord descriptionOpens a native library and outputs a handle which may be passed to
dlsym or
dlclose.
ErrorsThrows an error if the library could not be found, or if loading fails for some other reason.
NotesThis is the low-level facility used to implement
add-library. Use the latter instead.
Definition