General-purpose definitions for Banjo API.
Recoverable error handling.
Error structure.
Definition error.h:131
void bj_end(bj_error **p_error)
De-initializes the system.
void * bj_get_symbol(void *p_handle, const char *p_name)
Get the address of a function exported by p_handle given its name.
void * bj_load_library(const char *p_path)
Load the provided dynamic library and returns and opaque handle to it.
bj_bool bj_begin(bj_error **p_error)
Initializes the system.
void bj_unload_library(void *p_handle)
Unload a library loaded with bj_load_library from memory.