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

Function cispunct

ccan/ccan/str/str.h:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 return isprint((unsigned char)c);
147}
148static inline bool cispunct(char c)
149{
150 return ispunct((unsigned char)c);
151}
152static inline bool cisspace(char c)
153{
154 return isspace((unsigned char)c);

Callers 3

plugin_fullpathFunction · 0.85
check_conditionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected