1 2 3 4 5 6 7
#include <ungrateful.h> int main(void) { un_log_write(UN_LOG_INFO, un_string_from_cstring(UN_CSTR "Hello world!")); return 0; }