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

Function cisdigit

ccan/ccan/str/str.h:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 return iscntrl((unsigned char)c);
131}
132static inline bool cisdigit(char c)
133{
134 return isdigit((unsigned char)c);
135}
136static inline bool cisgraph(char c)
137{
138 return isgraph((unsigned char)c);

Callers 3

json_tok_is_numFunction · 0.85
breakupFunction · 0.85
from_numberFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected