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