From Lua 5.2: Add lua_copy().
Contributed by François Perrad.
This commit is contained in:
@@ -349,6 +349,7 @@ LUA_API void lua_upvaluejoin (lua_State *L, int idx1, int n1, int idx2, int n2);
|
||||
LUA_API int lua_loadx (lua_State *L, lua_Reader reader, void *dt,
|
||||
const char *chunkname, const char *mode);
|
||||
LUA_API const lua_Number *lua_version (lua_State *L);
|
||||
LUA_API void lua_copy (lua_State *L, int fromidx, int toidx);
|
||||
|
||||
|
||||
struct lua_Debug {
|
||||
|
||||
Reference in New Issue
Block a user