diff options
Diffstat (limited to 'testes/libs/lib21.c')
| -rw-r--r-- | testes/libs/lib21.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testes/libs/lib21.c b/testes/libs/lib21.c new file mode 100644 index 00000000..a39b683d --- /dev/null +++ b/testes/libs/lib21.c | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | #include "lua.h" | ||
| 2 | |||
| 3 | |||
| 4 | int luaopen_lib2 (lua_State *L); | ||
| 5 | |||
| 6 | LUAMOD_API int luaopen_lib21 (lua_State *L) { | ||
| 7 | return luaopen_lib2(L); | ||
| 8 | } | ||
| 9 | |||
| 10 | |||
