Exemple #1
0
 public static extern IntPtr lua_newstate(LuaRuntime.LuaAllocator f, IntPtr ud);
Exemple #2
0
 public static extern void lua_setallocf(IntPtr L, LuaRuntime.LuaAllocator f, IntPtr ud);