Luna::load_library
R< opaque_t > load_library(const c8 *path)
Loads the specified library to the process's address space. This call may load additional libraries required by the specified library.
Parameters
-
in path
The path of the library file. It can be one
.dllor.exefile on Windows, or one.sofile on POSIX systems.
Return value
Returns one handle that represents the loaded library.