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

Function hc_streq

error/error.c:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78bool hc_streq(const char *l, const char *r) {
79 for (; *l && *l == *r; l++, r++);
80 return *l == *r;
81}

Callers 2

on_catchFunction · 0.85
on_catchFunction · 0.85

Calls

no outgoing calls

Tested by 2

on_catchFunction · 0.68
on_catchFunction · 0.68