#include "hello.h" #include void hello(void) { printf("hello, world\n"); }