| 725 | } |
| 726 | |
| 727 | static int co_sysenv_comp(const void *a, const void *b) |
| 728 | { |
| 729 | return strcmp(((stCoSysEnv_t*)a)->name, ((stCoSysEnv_t*)b)->name); |
| 730 | } |
| 731 | static stCoSysEnvArr_t g_co_sysenv = { 0 }; |
| 732 | |
| 733 |
nothing calls this directly
no outgoing calls
no test coverage detected