MCPcopy 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
67static inline int
68toUpper(const char *ptr)
69{
70 return toupper(*(unsigned char *)ptr);
71}

Callers 1

strwiEQFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected