Cthulhu  0.2.10
Cthulhu compiler collection
Collaboration diagram for Dynamic Loading:

Data Structures

struct  os_library_t
 a shared library handle More...
 
CT_OS_API os_error_t os_library_open (const char *path, OUT_NOTNULL os_library_t *library)
 open a shared library from disk More...
 

Detailed Description

Function Documentation

◆ os_library_open()

CT_OS_API os_error_t os_library_open ( const char *  path,
OUT_NOTNULL os_library_t library 
)

open a shared library from disk

Parameters
paththe path to the library to open
librarythe library handle to fill
Returns
0 on success, error otherwise