MCPcopy 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
26int
27strnumcmp (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_numcompareFunction · 0.85
numcompareFunction · 0.85

Calls 1

numcompareFunction · 0.85

Tested by

no test coverage detected