MCPcopy Create free account
hub / github.com/crownengine/crown / getenv

Function getenv

src/core/os.cpp:249–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247 }
248
249 const char *getenv(const char *name)
250 {
251 return ::getenv(name);
252 }
253
254 s32 setenv(const char *name, const char *value)
255 {

Callers 3

user_data_dirFunction · 0.70
tmp_dirFunction · 0.70
runMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected