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

Function GetEnv

engine/dlib/src/dlib/sys_win32.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57namespace dmSys
58{
59 char* GetEnv(const char* name)
60 {
61 return getenv(name);
62 }
63
64 void SetNetworkConnectivityHost(const char* host)
65 {

Callers

nothing calls this directly

Calls 1

getenvFunction · 0.85

Tested by

no test coverage detected