This is a really simple example using dlopen.
Source files:
Makefile
: A makefile to build stuff.
example.c
: The main file.
shared.c
: A function called from the main file.
And a
tar'd, gzip'd collection
Back to my
src page.