#include void helloc(void); void helloc(void) { printf("C: Hello, world!\n"); }