mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 08:12:28 +00:00
Rename Lua test folder
This commit is contained in:
parent
a8945714e8
commit
5f088cec23
40 changed files with 30 additions and 30 deletions
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);
|
||||
}
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue