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