MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / print_version

Function print_version

third-party/lua-5.1.5/src/lua.c:111–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109
110
111static void print_version (void) {
112 l_message(NULL, LUA_RELEASE " " LUA_COPYRIGHT);
113}
114
115
116static int getargs (lua_State *L, char **argv, int n) {

Callers 1

pmainFunction · 0.70

Calls 1

l_messageFunction · 0.70

Tested by

no test coverage detected