Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreutils/coreutils
/ strnumcmp
Function
strnumcmp
gl/lib/strnumcmp.c:26–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
/* Externally-visible name for numcompare. */
25
26
int
27
strnumcmp (char const *a, char const *b,
28
int decimal_point, int thousands_sep)
29
{
30
return numcompare (a, b, decimal_point, thousands_sep);
31
}
Callers
2
human_numcompare
Function · 0.85
numcompare
Function · 0.85
Calls
1
numcompare
Function · 0.85
Tested by
no test coverage detected