Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ unsetenv
Function
unsetenv
cpp/src/connect_config_test.cpp:65–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
void unsetenv(const char* var) {
66
int len = strlen(var);
67
char* buff = new char[len+1];
68
strcpy(buff, var);
69
strcpy(buff+len,
"="
);
70
_putenv(buff);
71
delete [] buff;
72
}
73
}
74
75
#endif
Callers
1
test_default_file
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected