Rename Lua test folder
This commit is contained in:
10
third_party/lua/test/libs/lib21.c
vendored
Normal file
10
third_party/lua/test/libs/lib21.c
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "lua.h"
|
||||
|
||||
|
||||
int luaopen_lib2 (lua_State *L);
|
||||
|
||||
LUAMOD_API int luaopen_lib21 (lua_State *L) {
|
||||
return luaopen_lib2(L);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user