MCPcopy 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
540extern "C" char* getenv(const char* _name)
541{
542 return const_cast<char*>(crt0::getEnv(_name) );
543}
544
545extern "C" int setenv(const char* _name, const char* _value, int _overwrite)
546{

Callers 9

getEnvFunction · 0.70
handle_luainitFunction · 0.50
lib_os.cFile · 0.50
setpathFunction · 0.50
getopt_internalFunction · 0.50
GetPrefsFunction · 0.50
handle_luainitFunction · 0.50
setpathFunction · 0.50
os_getenvFunction · 0.50

Calls 1

getEnvFunction · 0.70

Tested by

no test coverage detected