Exemplo n.º 1
0
 static Lua.Proto toproto(Lua.LuaState L, int i)
 {
     return(Lua.clvalue(L.top + (i)).l.p);
 }