A simple dynamic linking example
Author: Pedro Izecksohn
Uses: dlfcn.h dlopen RTLD_LAZY dlsym dlclose
Tested on Linux. It needs to be modified to work on other platforms.
main.c
hello.c
Makefile
Download all