MCPcopy Create free account
hub / github.com/defold/defold / GetEnv

Function GetEnv

engine/dlib/src/dlib/sys_posix.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42namespace dmSysPosix
43{
44 char* GetEnv(const char* name)
45 {
46 return getenv(name);
47 }
48
49 dmSys::Result Rename(const char* dst_filename, const char* src_filename)
50 {

Callers

nothing calls this directly

Calls 1

getenvFunction · 0.85

Tested by

no test coverage detected