From 471b539bdbf658ff7924b7500f89fd237df8be9b Mon Sep 17 00:00:00 2001 From: bonmas14 Date: Sun, 3 Aug 2025 19:24:03 +0000 Subject: Reordering of stuff + plans --- tests/cyn/log.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/cyn/log.c (limited to 'tests/cyn') diff --git a/tests/cyn/log.c b/tests/cyn/log.c new file mode 100644 index 0000000..a6b0643 --- /dev/null +++ b/tests/cyn/log.c @@ -0,0 +1,5 @@ +#include + +int main(void) { + cyn_log_write(UN_LOG_INFO, UN_STR("Hello %u %d %s!"), (u64)100, (s64)-400, UN_STR("World")); +} -- cgit v1.2.3-70-g09d2