MCPcopy Create free account
hub / github.com/Tencent/libco / co_sysenv_comp

Function co_sysenv_comp

co_hook_sys_call.cpp:727–730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

725}
726
727static int co_sysenv_comp(const void *a, const void *b)
728{
729 return strcmp(((stCoSysEnv_t*)a)->name, ((stCoSysEnv_t*)b)->name);
730}
731static stCoSysEnvArr_t g_co_sysenv = { 0 };
732
733

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected