Add Lua
This commit is contained in:
10
third_party/lua/testes/libs/lib11.c
vendored
Normal file
10
third_party/lua/testes/libs/lib11.c
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "lua.h"
|
||||
|
||||
/* function from lib1.c */
|
||||
int lib1_export (lua_State *L);
|
||||
|
||||
LUAMOD_API int luaopen_lib11 (lua_State *L) {
|
||||
return lib1_export(L);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user