CBuild wiki
Abstract runtime loading of dynamic libraries.
License: GPL-3.0-or-later.
Load dynamic library into handle.
const char*
filename Full path to a library or its
platform-dependant “ID”.bool eager By default symbols are loaded lazily
(during calls to cbuild_dlib_get_sym.
This makes them load eagerly. Can be user to run global
constructors.cbuild_dlib_t
NULL if error happened.
Get symbols from library handle.
void* NULL
if error happened.
Close dynamic library handle and unload library.