1 2 3 4 5
#include <cynic.h> int main(void) { cyn_log_write(UN_LOG_INFO, UN_STR("Hello %u %d %s!"), (u64)100, (s64)-400, UN_STR("World")); }