#include int main(void) { un_log_write(UN_LOG_INFO, un_string_from_cstring(UN_CSTR "Hello world!")); return 0; }