lua-2.0.0: cbits/hslua/hslexport.h
/* *************************************************************** * Functions exported from Haskell * ***************************************************************/ #include <HsFFI.h> #include <lua.h> /* exported from Lua.Call */ int hslua_callhsfun(lua_State *L);