Exemplo n.º 1
0
 public static int lua_gettop(LuaState state)
 {
     return(LuaNativeBinding.lua_gettop(state));
 }