#include "mylib.h" #include void mylib() { printf("hello world from a shared library.\n"); }