MCPcopy Create free account
hub / github.com/codr7/hacktical-c / env_cmp

Function env_cmp

dsl/dsl.c:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46};
47
48static enum hc_order env_cmp(const void *x, const void *y) {
49 return hc_strcmp(*(const char **)x, *(const char **)y);
50}
51
52static const void *env_key(const void *x) {
53 return &((const struct env_item *)x)->key;

Callers

nothing calls this directly

Calls 1

hc_strcmpFunction · 0.85

Tested by

no test coverage detected