This is an example of function exports using the OS native library loader.
There are wrappers around the whole process so all the author needs to do
is create a function and prototype it properly (logfac), then prototype it
and load it with GetFunction (logimp).

See module_functions.h, module_functions.c and api_support.c for the messy
details. These mods are just a few lines of code.


