Ejemplo n.º 1
0
 internal static extern int lua_getinfo(IntPtr L, byte *what, ref Lua.lua_Debug ar);
Ejemplo n.º 2
0
 internal static extern int lua_getstack(IntPtr L, int level, ref Lua.lua_Debug ar);