#define AFW_BEGIN_DECLARES
#define AFW_DECLARE(type)
Declare a public afw function.
Interfaceafw_interface header.
enum afw_error_code_e afw_error_code_t
apr_uint32_t afw_uint32_t
32-bit unsigned integer.
void afw_os_environment_initialize(afw_xctx_t *xctx)
afw_os environment initialize
const afw_utf8_t * afw_os_backtrace(afw_error_code_t code, int max_backtrace, afw_xctx_t *xctx)
Provide a backtrace if possible.
const afw_utf8_t * afw_os_get_dso_suffix()
Return the suffix appended to dso file names for this system.
afw_uint32_t afw_os_get_pid()
Return a process id or similar number.
const afw_log_t * afw_os_log_create(const afw_object_t *properties, const afw_pool_t *p, afw_xctx_t *xctx)
Create an instance of the OS log.
const afw_log_factory_t * afw_os_log_factory_get()
Get the factory for OS log.
Interface afw_log_factory public struct.
Interface afw_log public struct.
Interface afw_object public struct.
Interface afw_pool public struct.
NFC normalized UTF-8 string.
Interface afw_xctx public struct.