/* file2.c: display a message on the screen */ #include void fun2(void) { printf("hello, world\n"); }