#include #include "foo.h" #include "boo.h" int main(void) { puts("This is a shared library test..."); foo(); boo(); return 0; }