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

Function human_dnum

inums.h:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52static inline char *
53human_dnum(double dnum, int decimal_digits)
54{
55 extern int human_readable;
56 return do_big_dnum(dnum, human_readable, decimal_digits);
57}

Callers 1

bytes_per_sec_human_dnumFunction · 0.85

Calls 1

do_big_dnumFunction · 0.85

Tested by

no test coverage detected