index
:
luarocks.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spec
/
fixtures
/
mixed_deploy_type
/
mdt.c
blob: a162ce236f9f72fd094308dbc0e3a83b8635d829 (
plain
)
1
2
3
4
5
6
#include
"lua.h"
int
luaopen_mdt
(
lua_State
*
L
) {
lua_pushstring
(
L
,
"mdt.c"
);
return
1
;
}