[project @ 1999-03-03 19:26:31 by sof]
[ghc-hetmet.git] / ghc / interpreter / dynamic.h
1 void* getDLLSymbol Args((String,String));
2 void* lookupSymbol Args((ObjectFile file, String symbol));
3 ObjectFile loadLibrary Args((String fn));
4
5