It would be nice to have some standard components here that people could
include in thier shared libs.
For example; if a shared lib needs to use "stdio"; it would be handy if
it could determine what bits of stdio were needed to be imported.
There are files here; {stdio.imp, alloc.imp, ctype.imp}; which do this
for various sets; but unfortunately these will force the entire stdio
library into applications that use them.
What we really want to do is have a program which produces a list of what
symbols are missing....

The problem is to minimize this set if possible
