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

Function unsetenv

3rdparty/bx/src/crtnone.cpp:552–557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

550}
551
552extern "C" int unsetenv(const char* _name)
553{
554 BX_UNUSED(_name);
555 bx::debugPrintf("unsetenv(%s) not implemented!\n", _name);
556 return -1;
557}
558
559#if 0
560struct timeval

Callers 1

setEnvFunction · 0.85

Calls 1

debugPrintfFunction · 0.85

Tested by

no test coverage detected