MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / print_version

Function print_version

xrepo/packages/l/lua/port/lua/src/lua.c:167–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

pmainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected