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
/
double_deploy_type
/
ddt.c
blob: f9050a4ab7233aac749226075f5fecef2de08431 (
plain
)
1
2
3
4
5
6
#include
"lua.h"
int
luaopen_ddt
(
lua_State
*
L
) {
lua_pushstring
(
L
,
"ddt.c"
);
return
1
;
}