aboutsummaryrefslogtreecommitdiff
path: root/testes/libs/lib21.c
blob: a39b683d8c1039d4e27a73299047724bfef1ebfd (plain)
1
2
3
4
5
6
7
8
9
10
#include "lua.h"


int luaopen_lib2 (lua_State *L);

LUAMOD_API int luaopen_lib21 (lua_State *L) {
  return luaopen_lib2(L);
}