Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
774
static int
775
getnumsep(int digits)
776
{
777
int separators = (digits - ((digits % 3 == 0) ? 1 : 0)) / 3;
778
return separators;
779
}
780
781
static int
782
convert(UINTMAX_T value, char *buf, size_t size, int base, int caps)
Callers
1
fmtint
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected