Пример #1
0
 static Lua.Proto toproto(LuaState L, int i)
 {
     return(Lua.CLValue(L.top + (i)).l.p);
 }