dl_open

dl_open :: fn (lib_name: ) (_0: DLibrary, _1: Error) #inline

Dynamically loads library specified by lib_name and return it’s handle or null with error. When lib_name is empty, current binary will be loaded. Use dl_close call to close library when it’s not needed anymore.

Declared in: dl.bl