示例#1
0
 public static int CheckStack(LuaStatePtr l, int sz)
 {
     return(LuaDelegates.lua_checkstack(l, sz));
 }