Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ os_getenv
Function
os_getenv
other_src/lua/src/loslib.cpp:68–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
67
68
static int os_getenv (lua_State *L) {
69
lua_pushstring(L, getenv(luaL_checkstring(L, 1))); /* if NULL push nil */
70
return 1;
71
}
72
73
74
static int os_clock (lua_State *L) {
Callers
nothing calls this directly
Calls
1
lua_pushstring
Function · 0.70
Tested by
no test coverage detected