// example.c #include void helloFromC() { printf("Hello from C!\n"); }