Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
156
static inline bool cisupper(char c)
157
{
158
return isupper((unsigned char)c);
159
}
160
static inline bool cisxdigit(char c)
161
{
162
return isxdigit((unsigned char)c);
Callers
1
bech32_case_fixup
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected