#include void hello_world(void) { printf("This is another 'Hello world!' from C-land!\n"); }