Cthulhu  0.2.10
Cthulhu compiler collection
os_library_t Struct Reference

a shared library handle More...

#include <os.h>

Data Fields

const char * name
 
os_library_impl_t impl
 

Detailed Description

a shared library handle

Warning
do not access the library handle directly, it is platform specific

Definition at line 27 of file os.h.

Field Documentation

◆ impl

os_library_impl_t os_library_t::impl

Definition at line 33 of file os.h.

◆ name

const char* os_library_t::name

Definition at line 30 of file os.h.


The documentation for this struct was generated from the following file: