示例#1
0
 public static void CheckStack(LuaStatePtr l, int sz, string msg)
 {
     LuaLDelegates.luaL_checkstack(l, sz, msg);
 }