Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ mi_get_environ
Function
mi_get_environ
3rd/mimalloc-2.0.9/src/options.c:519–521 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
517
#else
518
extern char** environ;
519
static char** mi_get_environ(void) {
520
return environ;
521
}
522
#endif
523
static int mi_strnicmp(const char* s, const char* t, size_t n) {
524
if (n == 0) return 0;
Callers
2
options.c
File · 0.85
mi_getenv
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected