Skip to content

os_dlopen

Declaration

os_dlopen :: fn (lib_name: string) OSLibrary

Description

Dynamically link native binary from file.

Arguments

  • lib_name Name of the library. If lib_name is empty string, then function return handle for main program.

Result

Binary handle.

Declared in: docs.txt