MCPcopy Create free account
hub / github.com/RsyncProject/rsync / comma_dnum

Function comma_dnum

inums.h:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45static inline char *
46comma_dnum(double dnum, int decimal_digits)
47{
48 extern int human_readable;
49 return do_big_dnum(dnum, human_readable != 0, decimal_digits);
50}
51
52static inline char *
53human_dnum(double dnum, int decimal_digits)

Callers 1

output_summaryFunction · 0.85

Calls 1

do_big_dnumFunction · 0.85

Tested by

no test coverage detected