MCPcopy 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
518extern char** environ;
519static char** mi_get_environ(void) {
520 return environ;
521}
522#endif
523static int mi_strnicmp(const char* s, const char* t, size_t n) {
524 if (n == 0) return 0;

Callers 2

options.cFile · 0.85
mi_getenvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected