Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
552
extern
"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
560
struct timeval
Callers
1
setEnv
Function · 0.85
Calls
1
debugPrintf
Function · 0.85
Tested by
no test coverage detected