Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RsyncProject/rsync
/ toUpper
Function
toUpper
itypes.h:67–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
static inline int
68
toUpper(const char *ptr)
69
{
70
return toupper(*(unsigned char *)ptr);
71
}
Callers
1
strwiEQ
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected