MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / print_version

Function print_version

3rd/lua-5.4.3/src/lua.c:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164
165
166static void print_version (void) {
167 lua_writestring(LUA_COPYRIGHT, strlen(LUA_COPYRIGHT));
168 lua_writeline();
169}
170
171
172/*

Callers 1

pmainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected