Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ cislower
Function
cislower
ccan/ccan/str/str.h:140–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
return isgraph((unsigned char)c);
139
}
140
static inline bool cislower(char c)
141
{
142
return islower((unsigned char)c);
143
}
144
static inline bool cisprint(char c)
145
{
146
return isprint((unsigned char)c);
Callers
1
bech32_case_fixup
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected