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

Function print_version

third-party/lua-5.5.0/src/lua.c:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167
168
169static void print_version (void) {
170 lua_writestring(LUA_COPYRIGHT, strlen(LUA_COPYRIGHT));
171 lua_writeline();
172}
173
174
175/*

Callers 1

pmainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected