From 17a7b6d602ec4e0bf39078a3a9a03ef71d65cf10 Mon Sep 17 00:00:00 2001 From: Bernhard Guillon Date: Tue, 30 Jun 2026 21:02:59 +0200 Subject: Add C hello library with P/Invoke from Baz --- chello/hello.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 chello/hello.c (limited to 'chello/hello.c') diff --git a/chello/hello.c b/chello/hello.c new file mode 100644 index 0000000..b99e83d --- /dev/null +++ b/chello/hello.c @@ -0,0 +1,5 @@ +#include + +void hello_c(void) { + printf("hello from c\n"); +} -- cgit v1.2.3