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

Function cisprint

ccan/ccan/str/str.h:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 return islower((unsigned char)c);
143}
144static inline bool cisprint(char c)
145{
146 return isprint((unsigned char)c);
147}
148static inline bool cispunct(char c)
149{
150 return ispunct((unsigned char)c);

Callers 1

printwire_utf8_arrayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected