Declaration
os_dlopen :: fn (lib_name: string) OSLibrary
Dynamically link native binary from file.
lib_name Name of the library. If lib_name is empty string, then function return handle for main program.
Binary handle.
Declared in: docs.txt