aboutsummaryrefslogtreecommitdiff
path: root/tests/cyn/log.c
blob: a6b064386f08647f5e08e36a110bbdb8f8634eec (plain)
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"));
}