Cthulhu
0.2.10
Cthulhu compiler collection
|
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... | |
CT_OS_API os_error_t os_library_open | ( | const char * | path, |
OUT_NOTNULL os_library_t * | library | ||
) |
open a shared library from disk
path | the path to the library to open |
library | the library handle to fill |