Files
c3c/resources/testproject/lib/clib.c3l/hello2.c

5 lines
70 B
C

#include <stdio.h>
void hello_from_c(void)
{
puts("Hello from C!");
}