Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
int
31
strintcmp (char const *a, char const *b)
32
{
33
return numcompare (a, b, CHAR_MAX + 1, CHAR_MAX + 1);
34
}
Callers
2
eval2
Function · 0.85
binary_operator
Function · 0.85
Calls
1
numcompare
Function · 0.85
Tested by
1
binary_operator
Function · 0.68