MCPcopy 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
31static inline int
32isPrint(const char *ptr)
33{
34 return isprint(*(unsigned char *)ptr);
35}
36
37static inline int
38isSpace(const char *ptr)

Callers 1

filtered_fwriteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected