Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ getenv
Function
getenv
3rdparty/bx/src/crtnone.cpp:540–543 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
538
}
539
540
extern
"C"
char* getenv(const char* _name)
541
{
542
return const_cast<char*>(crt0::getEnv(_name) );
543
}
544
545
extern
"C"
int setenv(const char* _name, const char* _value, int _overwrite)
546
{
Callers
9
getEnv
Function · 0.70
handle_luainit
Function · 0.50
lib_os.c
File · 0.50
setpath
Function · 0.50
getopt_internal
Function · 0.50
GetPrefs
Function · 0.50
handle_luainit
Function · 0.50
setpath
Function · 0.50
os_getenv
Function · 0.50
Calls
1
getEnv
Function · 0.70
Tested by
no test coverage detected