Ejemplo n.º 1
0
static int tolua_run_mapper(lua_State * L)
{
    UNUSED_ARG(L);
    run_mapper();
    return 0;
}
Ejemplo n.º 2
0
int main()
{
    run_mapper();
    return 0;
}
Ejemplo n.º 3
0
static int tolua_run_mapper(lua_State * L)
{
    run_mapper();
    return 0;
}