MCPcopy Create free account
hub / github.com/RsyncProject/rsync / isHexDigit

Function isHexDigit

itypes.h:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25static inline int
26isHexDigit(const char *ptr)
27{
28 return isxdigit(*(unsigned char *)ptr);
29}
30
31static inline int
32isPrint(const char *ptr)

Callers 1

valid_ipaddrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected