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

Function comma_num

inums.h:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25static inline char *
26comma_num(int64 num)
27{
28 extern int human_readable;
29 return do_big_num(num, human_readable != 0, NULL);
30}
31
32static inline char *
33human_num(int64 num)

Callers 3

output_flistFunction · 0.85
output_itemized_countsFunction · 0.85
output_summaryFunction · 0.85

Calls 1

do_big_numFunction · 0.85

Tested by

no test coverage detected