/* libhello.c - demonstrate library use. */ #include void hello(void) { printf("Hello, library world.\n"); }