MCPcopy Create free account
hub / github.com/F-Stack/f-stack / main

Function main

app/redis-6.2.6/deps/lua/etc/min.c:32–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32int main(void)
33{
34 lua_State *L=lua_open();
35 lua_register(L,"print",print);
36 if (luaL_dofile(L,NULL)!=0) fprintf(stderr,"%s\n",lua_tostring(L,-1));
37 lua_close(L);
38 return 0;
39}

Callers

nothing calls this directly

Calls 1

lua_closeFunction · 0.50

Tested by

no test coverage detected