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