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