Eloquence DLL Examples ---------------------- Example code that demonstates creating and using Eloquence DLLs. NUM.PROG num.c Simple DLL demonstrating numeric add and division. DLIST.PROG list.c DLL maintaining a linked list. This demonstrates the use of dynamically allocated data. LOG.PROG log.c The log dll will write given arguments to a file. It also demonstrates the use of variable arguments. Makefile Makefile to build DLL examples make -f Makefile.linux