[project @ 1999-02-05 16:37:13 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