Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danomatika/ofxLua
/ lua_version
Function
lua_version
libs/lua/lapi.c:154–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
153
154
LUA_API lua_Number lua_version (lua_State *L) {
155
UNUSED(L);
156
return LUA_VERSION_NUM;
157
}
158
159
160
Callers
1
luaL_checkversion_
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected