Example #1
0
static int tolua_run_mapper(lua_State * L)
{
    UNUSED_ARG(L);
    run_mapper();
    return 0;
}
Example #2
0
int main()
{
    run_mapper();
    return 0;
}
static int tolua_run_mapper(lua_State * L)
{
    run_mapper();
    return 0;
}