Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ print_version
Function
print_version
depends/lua/src/lua.c:212–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
210
211
212
static void print_version (void) {
213
lua_writestring(LUA_COPYRIGHT, strlen(LUA_COPYRIGHT));
214
lua_writeline();
215
}
216
217
218
/*
Callers
1
pmain
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected