Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RsyncProject/rsync
/ isPrint
Function
isPrint
itypes.h:31–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
static inline int
32
isPrint(const char *ptr)
33
{
34
return isprint(*(unsigned char *)ptr);
35
}
36
37
static inline int
38
isSpace(const char *ptr)
Callers
1
filtered_fwrite
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected