MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / print_version

Function print_version

lib/lua/src/lua.c:168–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

pmainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected