MCPcopy Create free account
hub / github.com/ElementsProject/lightning / cisupper

Function cisupper

ccan/ccan/str/str.h:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 return isspace((unsigned char)c);
155}
156static inline bool cisupper(char c)
157{
158 return isupper((unsigned char)c);
159}
160static inline bool cisxdigit(char c)
161{
162 return isxdigit((unsigned char)c);

Callers 1

bech32_case_fixupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected