MCPcopy Create free account
hub / github.com/coreutils/coreutils / strintcmp

Function strintcmp

gl/lib/strintcmp.c:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 improve performance. */
29
30int
31strintcmp (char const *a, char const *b)
32{
33 return numcompare (a, b, CHAR_MAX + 1, CHAR_MAX + 1);
34}

Callers 2

eval2Function · 0.85
binary_operatorFunction · 0.85

Calls 1

numcompareFunction · 0.85

Tested by 1

binary_operatorFunction · 0.68