/* $Id: hello.c 1020 2004-02-21 16:38:54Z mipsator $ */ #include #include "libhello.h" int main() { print_hello(); printf(" "); print_world(); printf(" !\n"); return(0); }