MCPcopy Create free account
hub / github.com/aldostools/webMAN-MOD / getnumsep

Function getnumsep

printf.c:774–779  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

772}
773
774static int
775getnumsep(int digits)
776{
777 int separators = (digits - ((digits % 3 == 0) ? 1 : 0)) / 3;
778 return separators;
779}
780
781static int
782convert(UINTMAX_T value, char *buf, size_t size, int base, int caps)

Callers 1

fmtintFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected