Documentation fix for unloadAll and example for loading of a shared library (called loadCLib).

This commit is contained in:
lemmih
2005-05-20 02:02:14 +00:00
parent a0b688a660
commit dcf8719ee5
6 changed files with 41 additions and 1 deletions

View File

@ -0,0 +1,4 @@
TEST= unloadAll/null
EXTRA_OBJS=Null.o Dep.o
TOP=../../..
include ../../build.mk