Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RsyncProject/rsync
/ get_decimal_point
Function
get_decimal_point
lib/compat.c:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
char get_decimal_point(void)
42
{
43
return get_number_separator() ==
','
?
'.'
:
','
;
44
}
45
46
#ifndef HAVE_GETCWD
47
char *getcwd(char *buf, int size)
Callers
1
parse_size_arg
Function · 0.85
Calls
1
get_number_separator
Function · 0.85
Tested by
no test coverage detected